Delete runtime32 on Mac

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2025-02-27 22:34:04 +03:00
parent 2174be819e
commit 2362bd8f95

View file

@ -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