mirror of https://github.com/0Nera/BMOSP.git
Изменение зависимостей автосборки
This commit is contained in:
parent
782395927f
commit
8e59115c1e
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue