mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Delete runtime32 on Mac
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
2174be819e
commit
2362bd8f95
1 changed files with 4 additions and 1 deletions
5
.github/workflows/blank.yml
vendored
5
.github/workflows/blank.yml
vendored
|
|
@ -41,7 +41,10 @@ jobs:
|
|||
- run: opam depext Lama.dev --yes --with-test
|
||||
- run: opam install . --deps-only --with-test
|
||||
- run: eval $(opam env)
|
||||
- run: opam exec -- dune b runtime32 -j1
|
||||
|
||||
- run: rm -fr runtime32
|
||||
if: ${{ matrix.os == 'macos-latest' }}
|
||||
|
||||
- run: opam exec -- dune test stdlib/regression -j1
|
||||
- run: opam exec -- make install
|
||||
- run: opam exec -- make regression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue