Skip to content

Commit

Permalink
add runner.arch
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jun 16, 2024
1 parent 33f6ff5 commit 836df6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-upstream-zlib-ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
# NOTE: path doesn't expand variables!
path: upstream-zlib-install
key: ${{ runner.os }}-zlib-ng-${{ matrix.zlib-version }}-${{ matrix.zlib-native }}
key: ${{ runner.os }}-${{ runner.arch }}-zlib-ng-${{ matrix.zlib-version }}-${{ matrix.zlib-native }}

- name: Wipe develop cached files, if found
if: env.STEP_ENABLED && matrix.zlib-version == 'develop' && steps.cache-zlib.outputs.cache-hit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-upstream-zlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
# NOTE: path doesn't expand variables!
path: upstream-zlib-install
key: ${{ runner.os }}-zlib-${{ matrix.zlib-version }}
key: ${{ runner.os }}-${{runner.arch}}-zlib-${{ matrix.zlib-version }}

- name: Wipe develop cached files, if found
if: env.STEP_ENABLED && matrix.zlib-version == 'develop' && steps.cache-zlib.outputs.cache-hit
Expand Down

0 comments on commit 836df6e

Please sign in to comment.