Skip to content

Commit

Permalink
CI cache cargo bin
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Dec 7, 2024
1 parent 95b1628 commit 2a5a01c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/cache@v4
with:
path: ~/.cache/rust-gpu
path:
- ~/.cache/rust-gpu
- ~/.cargo/bin
key: 0-${{ runner.os }}
- uses: moonrepo/setup-rust@v1
- run: rustup default stable
Expand All @@ -47,7 +49,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/cache@v4
with:
path: ~/.cache/rust-gpu
path:
- ~/.cache/rust-gpu
- ~/.cargo/bin
key: 0-${{ runner.os }}
- uses: moonrepo/setup-rust@v1
- run: rm -rf crates/renderling/src/linkage/* crates/renderling/shaders
Expand Down

0 comments on commit 2a5a01c

Please sign in to comment.