Skip to content

Commit 0a17278

Browse files
committed
Use more detailed cache name for Emscript to avoid conflicts
1 parent 57c0bb0 commit 0a17278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/cache@v3.0.4
4343
with:
4444
path: ${{env.EM_CACHE_FOLDER}}
45-
key: ${{env.EM_VERSION}}-${{ runner.os }}
45+
key: ${{env.EM_VERSION}}-${{matrix.platform.name}}-${{matrix.build-type}}
4646

4747
- name: Setup Emscripten
4848
if: matrix.platform.compiler == 'em++'

0 commit comments

Comments
 (0)