Skip to content

Commit 938e5f2

Browse files
committed
ensure rustup components
1 parent 61fb6b7 commit 938e5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
workspaces: shaders
2222
# ensure the shader binaries were properly checked in
2323
- run: rustup toolchain add nightly-2024-04-24
24+
- run: rustup component add rust-src rustc-dev llvm-tools
2425
- run: cargo +nightly-2024-04-24 install --git https://github.com/rust-gpu/cargo-gpu
2526
- run: rm -rf crates/renderling/src/linkage/*
2627
- run: RUST_LOG=trace cargo shaders

0 commit comments

Comments
 (0)