Skip to content

Commit 29c1542

Browse files
committed
Build runtime with rewatch on Windows, too
1 parent 1c9ebd7 commit 29c1542

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,10 @@ jobs:
336336
run: ./scripts/test_syntax.sh
337337
shell: bash
338338

339-
- name: Build runtime/stdlib with rewatch
340-
if: ${{ runner.os != 'Windows' }}
339+
- name: Build runtime/stdlib
341340
run: ./scripts/buildRuntime.sh
342341
shell: bash
343342

344-
- name: Build runtime/stdlib with bsb (Windows)
345-
if: ${{ runner.os == 'Windows' }}
346-
run: ./scripts/buildRuntimeLegacy.sh
347-
shell: bash
348-
349343
- name: Check for changes in lib folder
350344
run: git diff --exit-code lib/js lib/es6
351345

0 commit comments

Comments
 (0)