Skip to content

Commit

Permalink
Изменение зависимостей автосборки
Browse files Browse the repository at this point in the history
  • Loading branch information
Aren committed Oct 22, 2023
1 parent 7823959 commit 8e59115
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit 8e59115

Please sign in to comment.