mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Fixing linux CI
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
ccfb88cb9d
commit
f93ce4ddaa
1 changed files with 3 additions and 1 deletions
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
|
|
@ -36,8 +36,10 @@ 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)
|
- name: Prepare to install cross-compiler (Ubuntu specific)
|
||||||
run: dpkg --add-architecture i386
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
|
run: sudo 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