mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 15:28:49 +00:00
fix missing b
This commit is contained in:
parent
1e60c4686b
commit
6efd9383ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/blank.yml
vendored
2
.github/workflows/blank.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
- run: rm -fr runtime32
|
- run: rm -fr runtime32
|
||||||
if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
- run: opam exec -- dune b
|
- run: opam exec -- dune b
|
||||||
- run: opam exec -- dune @install
|
- run: opam exec -- dune b @install
|
||||||
- run: opam exec -- dune install
|
- run: opam exec -- dune install
|
||||||
- run: opam exec -- make regression-all
|
- run: opam exec -- make regression-all
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue