We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efd938 commit fc1ed3dCopy full SHA for fc1ed3d
.github/workflows/blank.yml
@@ -45,8 +45,8 @@ jobs:
45
- run: rm -fr runtime32
46
if: ${{ matrix.os == 'macos-latest' }}
47
- run: opam exec -- dune b
48
- - run: opam exec -- dune b @install
49
- - run: opam exec -- dune install
+ - run: opam exec -- dune b @install --profile=release
+ - run: opam exec -- dune install --profile=release
50
- run: opam exec -- make regression-all
51
52
# works
0 commit comments