Skip to content

Commit

Permalink
ci: workflows refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrgoblings committed Nov 12, 2024
1 parent 3d9ec3b commit d4ca3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
sudo apt update
sudo apt install -y nasm grub-pc-bin grub-common make mtools
rustup target add x86_64-unknown-none
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Build project
run: make no-run
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
sudo apt update
sudo apt install -y nasm grub-pc-bin grub-common make mtools
rustup target add x86_64-unknown-none
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Run Tests
run: make test

0 comments on commit d4ca3c0

Please sign in to comment.