Изменение зависимостей автосборки

This commit is contained in:
Aren 2023-10-22 17:47:22 +03:00
parent 782395927f
commit 8e59115c1e
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -21,6 +21,14 @@ jobs:
git config --global user.email "github@github.com"
git config --global user.name "Build bot"
- name: install depends
run: sudo apt install clang-format python3 git 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
run: |
./build.sh