Fixing linux CI

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2025-03-01 15:12:58 +03:00
parent ccfb88cb9d
commit f93ce4ddaa

View file

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