Skip to content

Commit 4c53e80

Browse files
jvillardfacebook-github-bot
authored andcommitted
[github] key the clang cache on the runner arch
Summary: This is to distinguish arm vs intel macs. Differential Revision: D58826655 fbshipit-source-id: 9fcbc8db8cc0da4396aa59bf4ec62e4ad669766c
1 parent b74d4fd commit 4c53e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/cache@v4
108108
with:
109109
path: facebook-clang-plugins/clang/install
110-
key: clang-${{ runner.os }}-${{ steps.clang-hash.outputs.value }}
110+
key: clang-${{ runner.os }}-${{ runner.arch }}-${{ steps.clang-hash.outputs.value }}
111111

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

0 commit comments

Comments
 (0)