Skip to content

Commit 94288ce

Browse files
committed
ci: Fix bindgen cache key to include runner architecture
1 parent 419c5ef commit 94288ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/cache@v4
6363
with:
6464
path: ~/.cargo/bin/bindgen
65-
key: bindgen-${{ runner.os }}-${{ env.BINDGEN_VERSION }}
65+
key: bindgen-${{ runner.os }}-${{ runner.arch }}-${{ env.BINDGEN_VERSION }}
6666
- name: Install bindgen
6767
if: steps.cache-bindgen.outputs.cache-hit != 'true'
6868
run: cargo install bindgen-cli --version ${{ env.BINDGEN_VERSION }}

0 commit comments

Comments
 (0)