Skip to content

Commit

Permalink
[github] key the clang cache on the runner arch
Browse files Browse the repository at this point in the history
Summary: This is to distinguish arm vs intel macs.

Differential Revision: D58826655

fbshipit-source-id: 9fcbc8db8cc0da4396aa59bf4ec62e4ad669766c
  • Loading branch information
jvillard authored and facebook-github-bot committed Jun 20, 2024
1 parent b74d4fd commit 4c53e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/cache@v4
with:
path: facebook-clang-plugins/clang/install
key: clang-${{ runner.os }}-${{ steps.clang-hash.outputs.value }}
key: clang-${{ runner.os }}-${{ runner.arch }}-${{ steps.clang-hash.outputs.value }}

- name: Record that the clang cache was hit
if: steps.cache-clang.outputs.cache-hit == 'true'
Expand Down

0 comments on commit 4c53e80

Please sign in to comment.