Skip to content

Commit

Permalink
fix cargo gpu show cache
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Dec 27, 2024
1 parent 34f60ca commit 09f1ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: cargo install --git https://github.com/rust-gpu/cargo-gpu cargo-gpu
- id: cachepathstep
run: |
CACHE_PATH=`cargo gpu show --cache-directory`
CACHE_PATH=`cargo gpu show cache-directory`
echo $CACHE_PATH
echo "cachepath-$RUNNER_OS=$CACHE_PATH" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 09f1ea4

Please sign in to comment.