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 b6acf4d commit b41a454Copy full SHA for b41a454
.github/workflows/ci.yml
@@ -85,10 +85,13 @@ jobs:
85
target/dylint/
86
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
87
88
+ - name: find /home/runner/work/_temp/
89
+ run: find /home/runner/work/_temp/
90
+
91
- uses: actions/upload-artifact@v4
92
with:
93
name: cache.tzst
- path: _temp/*/cache.tzst
94
+ path: /home/runner/work/_temp/*/cache.tzst
95
96
- name: Rustup
97
run: rustup update
0 commit comments