Skip to content

Commit

Permalink
also clean the rust-gpu cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Nov 13, 2024
1 parent b55e3af commit 9c3708f
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:
key: ${{ runner.os }}
- uses: moonrepo/setup-rust@v1
- run: rm -rf ~/.cargo/git/rust-gpu*
- run: rm -rf ~/.cache/rust-gpu
- run: cargo install --git https://github.com/rust-gpu/cargo-gpu --branch fix/use-explicit-target-spec-file
- run: rm -rf crates/renderling/src/linkage/* crates/renderling/shaders
- run: RUST_LOG=trace cargo shaders
Expand Down

0 comments on commit 9c3708f

Please sign in to comment.