Обновлены проверки для github actions

This commit is contained in:
Aren 2023-10-22 17:08:16 +03:00
parent 7facf55d56
commit 782395927f
1 changed files with 6 additions and 2 deletions

View File

@ -14,8 +14,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: install Python3 - name: install depends
run: sudo apt install python3 run: sudo apt install clang-format python3 git qemu-system-x86 gdisk gcc g++ xorriso make mtools curl
- name: install limine
run: |
git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1
- name: build - name: build
run: ./build.sh run: ./build.sh