Skip to content

Commit 3f3fe7c

Browse files
committed
upd
1 parent 51d447a commit 3f3fe7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/blank.yml

+3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ jobs:
4444

4545
- run: rm -fr runtime32
4646
if: ${{ matrix.os == 'macos-latest' }}
47+
- run: opam exec -- dune b src runtime stdlib tutorial
48+
if: ${{ matrix.os == 'macos-latest' }}
4749
- run: opam exec -- make install
50+
if: ${{ matrix.os != 'macos-latest' }}
4851
- run: opam exec -- make regression
4952
# - run: opam exec -- dune test stdlib/regression -j1
5053
# - run: opam exec -- dune b

0 commit comments

Comments
 (0)