Skip to content

Commit

Permalink
ensure rustup components
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Nov 5, 2024
1 parent 61fb6b7 commit 938e5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 938e5f2

Please sign in to comment.