Skip to content

Commit d6be760

Browse files
committed
Build runtime with rewatch on Windows, too
1 parent 8f6c9b7 commit d6be760

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
@@ -330,16 +330,10 @@ jobs:
330330
run: ./scripts/test_syntax.sh
331331
shell: bash
332332

333-
- name: Build runtime/stdlib with rewatch
334-
if: ${{ runner.os != 'Windows' }}
333+
- name: Build runtime/stdlib
335334
run: ./scripts/buildRuntime.sh
336335
shell: bash
337336

338-
- name: Build runtime/stdlib with bsb (Windows)
339-
if: ${{ runner.os == 'Windows' }}
340-
run: ./scripts/buildRuntimeLegacy.sh
341-
shell: bash
342-
343337
- name: Check for changes in lib folder
344338
run: git diff --exit-code lib/js lib/es6
345339

0 commit comments

Comments
 (0)