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 0d3fcae commit 3225f95Copy full SHA for 3225f95
1 file changed
.github/actions/setup/action.yml
@@ -23,7 +23,9 @@ runs:
23
- if: inputs.extra-targets
24
run: rustup target add ${{ inputs.extra-targets }}
25
shell: bash
26
- - uses: mhils/workflows/rust-cache@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
+ - uses: mhils/workflows/rust-cache@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v19.0
27
+ with:
28
+ key: ${{ inputs.rust-version }} # proxy value for glibc version
29
- if: runner.os == 'Linux'
30
run: cargo install --locked bpf-linker
31
0 commit comments