diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index bcbfe8e5..c28dcaab 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -21,7 +21,7 @@ jobs: workspaces: shaders # ensure the shader binaries were properly checked in - run: rustup toolchain add nightly-2024-04-24 - - run: rustup component add rust-src rustc-dev llvm-tools + - run: rustup component add --toolchain nightly-2024-04-24 rust-src rustc-dev llvm-tools - run: cargo +nightly-2024-04-24 install --git https://github.com/rust-gpu/cargo-gpu - run: rm -rf crates/renderling/src/linkage/* - run: RUST_LOG=trace cargo shaders