We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419c5ef commit 94288ceCopy full SHA for 94288ce
1 file changed
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/cache@v4
63
with:
64
path: ~/.cargo/bin/bindgen
65
- key: bindgen-${{ runner.os }}-${{ env.BINDGEN_VERSION }}
+ key: bindgen-${{ runner.os }}-${{ runner.arch }}-${{ env.BINDGEN_VERSION }}
66
- name: Install bindgen
67
if: steps.cache-bindgen.outputs.cache-hit != 'true'
68
run: cargo install bindgen-cli --version ${{ env.BINDGEN_VERSION }}
0 commit comments