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 dc48350 commit 04e7233Copy full SHA for 04e7233
.github/workflows/cmake.yml
@@ -39,14 +39,14 @@ jobs:
39
- name: Setup Emscripten cache
40
if: matrix.platform.compiler == 'em++'
41
id: cache-system-libraries
42
- uses: actions/cache@v3.0.4
+ uses: actions/cache@v3.3.1
43
with:
44
path: ${{env.EM_CACHE_FOLDER}}
45
key: ${{env.EM_VERSION}}-${{matrix.platform.name}}-${{matrix.build-type}}
46
47
- name: Setup Emscripten
48
49
- uses: mymindstorm/setup-emsdk@v11
+ uses: mymindstorm/setup-emsdk@v12
50
51
version: ${{env.EM_VERSION}}
52
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
0 commit comments