We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a433138 commit da4f1a4Copy full SHA for da4f1a4
.github/workflows/build-mac.yml
@@ -36,14 +36,17 @@ jobs:
36
- name: Setup cache
37
uses: actions/cache@v4
38
with:
39
- path: Cache/3rdParty
40
- key: ${{ runner.os }}-3rdparty
+ path: |
+ ~/.o3de
41
+ Cache
42
+ key: ${{ runner.os }}-o3de
43
44
- name: Setup cmake
45
uses: lukka/get-cmake@v4.2.1
46
47
cmakeVersion: "4.2.1"
48
ninjaVersion: "1.13.2"
49
+ useCloudCache: true
50
useLocalCache: true
51
52
- name: Configure environment
0 commit comments