Skip to content

Commit

Permalink
ci: install nigthly version of rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrgoblings committed Nov 26, 2024
1 parent 9ca4dc0 commit d50052a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo apt update
sudo apt install -y nasm grub-pc-bin grub-common make mtools xorriso

rustup install nightly-2024-10-14
rustup default nightly-2024-10-14
rustup override set nightly-2024-10-14
rustup component add rust-src --toolchain nightly-2024-10-14-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit d50052a

Please sign in to comment.