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 692ea24 commit 5d522fbCopy full SHA for 5d522fb
.github/workflows/rust.yml
@@ -226,17 +226,6 @@ jobs:
226
- uses: actions/checkout@v4
227
with:
228
submodules: true
229
- - name: Cache Cargo
230
- uses: actions/cache@v3
231
- with:
232
- path: |
233
- ~/.cargo/bin/
234
- ~/.cargo/registry/index/
235
- ~/.cargo/registry/cache/
236
- ~/.cargo/git/db/
237
- ./target/
238
- # this key equals the ones on `linux-build-lib` for re-use
239
- key: cargo-cache-benchmark-${{ hashFiles('datafusion/**/Cargo.toml', 'benchmarks/Cargo.toml') }}
240
- name: Setup Rust toolchain
241
uses: ./.github/actions/setup-builder
242
0 commit comments