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 57c0bb0 commit 0a17278Copy full SHA for 0a17278
.github/workflows/cmake.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/cache@v3.0.4
43
with:
44
path: ${{env.EM_CACHE_FOLDER}}
45
- key: ${{env.EM_VERSION}}-${{ runner.os }}
+ key: ${{env.EM_VERSION}}-${{matrix.platform.name}}-${{matrix.build-type}}
46
47
- name: Setup Emscripten
48
if: matrix.platform.compiler == 'em++'
0 commit comments