Skip to content

Commit fc1ed3d

Browse files
committed
try
1 parent 6efd938 commit fc1ed3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- run: rm -fr runtime32
4646
if: ${{ matrix.os == 'macos-latest' }}
4747
- run: opam exec -- dune b
48-
- run: opam exec -- dune b @install
49-
- run: opam exec -- dune install
48+
- run: opam exec -- dune b @install --profile=release
49+
- run: opam exec -- dune install --profile=release
5050
- run: opam exec -- make regression-all
5151

5252
# works

0 commit comments

Comments
 (0)