fix(ci): install original-awk
Some checks failed
Code and build check / Build with uv (push) Has been cancelled
Code and build check / Check code (push) Has been cancelled

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-15 18:33:41 +05:00
parent c0b2006338
commit 6a648a2a8d

View File

@ -145,7 +145,7 @@ jobs:
- name: Install required dependencies
run: |
sudo apt update
sudo apt install -y awk
sudo apt install -y original-awk
- name: Download all artifacts
uses: https://gitea.com/actions/download-artifact@v3