Skip to content

Commit 3daff68

Browse files
committed
Build runtime with rewatch unless on Windows
1 parent 0d8fc38 commit 3daff68

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,13 @@ jobs:
350350
if: ${{ runner.os == 'Windows' }}
351351
run: opam exec -- make test-syntax
352352

353-
- name: Build runtime/stdlib
353+
- name: Build runtime/stdlib with rewatch
354+
if: ${{ runner.os != 'Windows' }}
355+
run: ./scripts/buildRuntimeRewatch.sh
356+
shell: bash
357+
358+
- name: Build runtime/stdlib with bsb (Windows)
359+
if: ${{ runner.os == 'Windows' }}
354360
run: ./scripts/buildRuntime.sh
355361
shell: bash
356362

0 commit comments

Comments
 (0)