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 54da50a commit 5b932b8Copy full SHA for 5b932b8
.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.cachenotemscripten.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