diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cb976129..21b2516a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -98,7 +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 + rustup component add rust-src --toolchain nightly-x86_64-unknown-none - name: Build project run: make no-run diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 058c7c0a..49013382 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +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 + rustup component add rust-src --toolchain nightly-x86_64-unknown-none - name: Run Tests run: make test