fix missing b

This commit is contained in:
danyaberezun 2025-02-28 15:03:16 +01:00
parent 1e60c4686b
commit 6efd9383ef

View file

@ -45,7 +45,7 @@ jobs:
- run: rm -fr runtime32
if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune b
- run: opam exec -- dune @install
- run: opam exec -- dune b @install
- run: opam exec -- dune install
- run: opam exec -- make regression-all