mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
CI: prepare main CI for cross-compilation
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
92cc13f1fd
commit
ccfb88cb9d
1 changed files with 3 additions and 1 deletions
2
.github/workflows/blank.yml
vendored
2
.github/workflows/blank.yml
vendored
|
|
@ -36,6 +36,8 @@ jobs:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||||
|
|
||||||
- run: gcc --version
|
- run: gcc --version
|
||||||
|
- name: Prepare to install cross-compiler (Ubuntu specific)
|
||||||
|
run: dpkg --add-architecture i386
|
||||||
|
|
||||||
- run: opam pin add Lama.dev . --no-action
|
- run: opam pin add Lama.dev . --no-action
|
||||||
- run: opam depext Lama.dev --yes --with-test
|
- run: opam depext Lama.dev --yes --with-test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue