Skip to content

Commit

Permalink
ci: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrgoblings committed Nov 19, 2024
1 parent 76b562f commit 8330a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
sudo apt update
sudo apt install -y nasm grub-pc-bin grub-common make mtools xorriso
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
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 8330a46

Please sign in to comment.