Обновлены проверки для github actions
This commit is contained in:
parent
7facf55d56
commit
782395927f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user