Skip to content

Commit 8953e45

Browse files
Use runner os and arch for cache key
1 parent dc6b099 commit 8953e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: |
3838
~/.o3de
3939
Cache
40-
key: ${{ runner.os }}-o3de
40+
key: ${{ runner.os }}-${{ runner.arch }}
4141

4242
- name: Setup cmake
4343
uses: lukka/get-cmake@v4.2.1

0 commit comments

Comments
 (0)