We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1912f20 commit 238df63Copy full SHA for 238df63
.github/workflows/push.yaml
@@ -72,9 +72,9 @@ jobs:
72
- uses: actions/cache@v4
73
with:
74
path: |
75
- ${{ needs.install-cargo-deps.outputs.cachepath-macOS }}
76
- ${{ needs.install-cargo-deps.outputs.cachepath-Linux }}
77
- ${{ needs.install-cargo-deps.outputs.cachepath-Windows }}
+ ${{ needs.install-cargo-gpu.outputs.cachepath-macOS }}
+ ${{ needs.install-cargo-gpu.outputs.cachepath-Linux }}
+ ${{ needs.install-cargo-gpu.outputs.cachepath-Windows }}
78
key: rust-gpu-cache-0-${{ runner.os }}
79
- uses: moonrepo/setup-rust@v1
80
- run: cargo gpu show commitsh
0 commit comments