We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba9ee3 commit 2290da4Copy full SHA for 2290da4
.github/workflows/build-macos.yml
@@ -33,7 +33,11 @@ jobs:
33
env:
34
cache-name: cache-keep-compile
35
with:
36
- path: libs/openFrameworksCompiled/lib/osx/**/
+ path: |
37
+ libs/openFrameworksCompiled/lib/osx/*.a
38
+ libs/openFrameworksCompiled/lib/osx/**/
39
+ addons/obj/osx/**/
40
+
41
key: ${{ runner.os }}-${{matrix.cfg.opt}}-${{ env.cache-name }}-${{ hashFiles('**/*.cpp') }}
42
restore-keys: |
43
${{ runner.os }}-${{matrix.cfg.opt}}-${{ env.cache-name }}-
0 commit comments