diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 244856b1..bcbfe8e5 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -21,6 +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: 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