Skip to content

Commit ccfb88c

Browse files
committed
CI: prepare main CI for cross-compilation
Signed-off-by: Kakadu <[email protected]>
1 parent 92cc13f commit ccfb88c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blank.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3737

3838
- run: gcc --version
39+
- name: Prepare to install cross-compiler (Ubuntu specific)
40+
run: dpkg --add-architecture i386
3941

4042
- run: opam pin add Lama.dev . --no-action
4143
- run: opam depext Lama.dev --yes --with-test
@@ -52,7 +54,7 @@ jobs:
5254
- run: opam exec -- dune install --profile=release
5355
- run: opam exec -- dune test stdlib/regression
5456
- run: opam exec -- dune test regression_long
55-
- run: opam exec -- dune test regression
57+
- run: opam exec -- dune test regression
5658
- run: opam exec -- make regression-all
5759

5860
# fails on mac

0 commit comments

Comments
 (0)