We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cc13f commit ccfb88cCopy full SHA for ccfb88c
.github/workflows/blank.yml
@@ -36,6 +36,8 @@ jobs:
36
ocaml-compiler: ${{ matrix.ocaml-compiler }}
37
38
- run: gcc --version
39
+ - name: Prepare to install cross-compiler (Ubuntu specific)
40
+ run: dpkg --add-architecture i386
41
42
- run: opam pin add Lama.dev . --no-action
43
- run: opam depext Lama.dev --yes --with-test
@@ -52,7 +54,7 @@ jobs:
52
54
- run: opam exec -- dune install --profile=release
53
55
- run: opam exec -- dune test stdlib/regression
56
- run: opam exec -- dune test regression_long
- - run: opam exec -- dune test regression
57
+ - run: opam exec -- dune test regression
58
- run: opam exec -- make regression-all
59
60
# fails on mac
0 commit comments