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 5337dd2 commit 407f57fCopy full SHA for 407f57f
.github/workflows/ci.yml
@@ -294,7 +294,7 @@ jobs:
294
lookup-only: true
295
296
- name: Setup emsdk
297
- if: ${{ runner.os != 'windows' && steps.cachenotemscripten.outputs.cache-hit != 'true' && matrix.emscripten == 'On' }}
+ if: ${{ runner.os != 'windows' && steps.cacheemscripten.outputs.cache-hit != 'true' && matrix.emscripten == 'On' }}
298
run: |
299
git clone https://github.com/emscripten-core/emsdk.git
300
cd emsdk
0 commit comments