Skip to content

Commit 2c0f13f

Browse files
committed
try
1 parent fc1ed3d commit 2c0f13f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/blank.yml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
- run: rm -fr runtime32
4646
if: ${{ matrix.os == 'macos-latest' }}
4747
- run: opam exec -- dune b
48+
- run: opam exec -- dune b src runtime runtime32 stdlib tutorial
49+
if: ${{ matrix.os != 'macos-latest' }}
50+
- run: opam exec -- dune b src runtime stdlib tutorial
51+
if: ${{ matrix.os == 'macos-latest' }}
4852
- run: opam exec -- dune b @install --profile=release
4953
- run: opam exec -- dune install --profile=release
5054
- run: opam exec -- make regression-all

0 commit comments

Comments
 (0)