Skip to content

Commit 407f57f

Browse files
authored
Fix
1 parent 5337dd2 commit 407f57f

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.cacheemscripten.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)