Skip to content

Commit 2290da4

Browse files
authored
update osx actions (#7410)
#changelog #actions
1 parent 6ba9ee3 commit 2290da4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ jobs:
3333
env:
3434
cache-name: cache-keep-compile
3535
with:
36-
path: libs/openFrameworksCompiled/lib/osx/**/
36+
path: |
37+
libs/openFrameworksCompiled/lib/osx/*.a
38+
libs/openFrameworksCompiled/lib/osx/**/
39+
addons/obj/osx/**/
40+
3741
key: ${{ runner.os }}-${{matrix.cfg.opt}}-${{ env.cache-name }}-${{ hashFiles('**/*.cpp') }}
3842
restore-keys: |
3943
${{ runner.os }}-${{matrix.cfg.opt}}-${{ env.cache-name }}-

0 commit comments

Comments
 (0)