Skip to content

Commit

Permalink
change rust-gpu cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Nov 15, 2024
1 parent 9b416f6 commit 6c12b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.cache/rust-gpu
key: ${{ runner.os }}
key: https___github_com_rust-gpu_cargo-gpu-${{ runner.os }}
- uses: moonrepo/setup-rust@v1
- run: RUST_LOG=trace cargo install --git https://github.com/rust-gpu/cargo-gpu --branch fix/use-explicit-target-spec-file
- run: RUST_LOG=trace cargo install --git https://github.com/rust-gpu/cargo-gpu
- run: rm -rf crates/renderling/src/linkage/* crates/renderling/shaders
- run: RUST_LOG=trace cargo shaders
- run: cargo build -p renderling
Expand Down

0 comments on commit 6c12b11

Please sign in to comment.