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 44619d2 commit 3f64587Copy full SHA for 3f64587
.github/workflows/cmake.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Emscripten cache
40
if: matrix.platform.compiler == 'em++'
41
id: cache-system-libraries
42
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.4
43
with:
44
path: ${{env.EM_CACHE_FOLDER}}
45
key: ${{env.EM_VERSION}}-${{ runner.os }}
0 commit comments