Исправление CI/CD

This commit is contained in:
Aren Elchinyan 2024-01-31 20:09:27 +03:00
parent 112da40706
commit 7c07bf5ffd
2 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,10 @@ jobs:
- uses: actions/checkout@v3
- name: install depends
run: sudo apt install clang-format python3 git gdisk gcc g++ xorriso make mtools curl dos2unix
run: |
sudo apt update
sudo apt upgrade
sudo apt install clang-format python3 git gdisk gcc g++ xorriso make mtools curl dos2unix
- name: install limine
run: |

View File

@ -67,6 +67,8 @@ jobs:
- run: |
echo "Run, Build Application using script"
sudo apt update
sudo apt upgrade
sudo apt install clang-format python3 unzip git qemu-system-x86 qemu-system-gui gdisk dos2unix xorriso
sudo apt install libc6
chmod +x build.sh