Skip to content

Commit da4f1a4

Browse files
Try also caching the o3de home folder
1 parent a433138 commit da4f1a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-mac.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@ jobs:
3636
- name: Setup cache
3737
uses: actions/cache@v4
3838
with:
39-
path: Cache/3rdParty
40-
key: ${{ runner.os }}-3rdparty
39+
path: |
40+
~/.o3de
41+
Cache
42+
key: ${{ runner.os }}-o3de
4143

4244
- name: Setup cmake
4345
uses: lukka/get-cmake@v4.2.1
4446
with:
4547
cmakeVersion: "4.2.1"
4648
ninjaVersion: "1.13.2"
49+
useCloudCache: true
4750
useLocalCache: true
4851

4952
- name: Configure environment

0 commit comments

Comments
 (0)