We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fb6b7 commit 938e5f2Copy full SHA for 938e5f2
.github/workflows/push.yaml
@@ -21,6 +21,7 @@ jobs:
21
workspaces: shaders
22
# ensure the shader binaries were properly checked in
23
- run: rustup toolchain add nightly-2024-04-24
24
+ - run: rustup component add rust-src rustc-dev llvm-tools
25
- run: cargo +nightly-2024-04-24 install --git https://github.com/rust-gpu/cargo-gpu
26
- run: rm -rf crates/renderling/src/linkage/*
27
- run: RUST_LOG=trace cargo shaders
0 commit comments