Skip to content

Commit 5b932b8

Browse files
authored
Fix ci.yml
1 parent 54da50a commit 5b932b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
lookup-only: true
295295

296296
- name: Setup emsdk
297-
if: ${{ runner.os != 'windows' && steps.cachenotemscripten.outputs.cache-hit != 'true' && matrix.emscripten != 'On' }}
297+
if: ${{ runner.os != 'windows' && steps.cachenotemscripten.outputs.cache-hit != 'true' && matrix.emscripten == 'On' }}
298298
run: |
299299
git clone https://github.com/emscripten-core/emsdk.git
300300
cd emsdk

0 commit comments

Comments
 (0)