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 0f68852 commit aef5636Copy full SHA for aef5636
.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
+ uses: actions/cache@v2.1.7
43
with:
44
path: ${{env.EM_CACHE_FOLDER}}
45
key: ${{env.EM_VERSION}}-${{ runner.os }}
0 commit comments