[ci] Trying to add gcc multilib dependecies

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2025-02-02 00:16:04 +03:00
parent ddb45a496f
commit a3d77ad095
3 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,8 @@ on:
- "more-dune"
permissions: read-all
env:
OPAMCONFIRMLEVEL: unsafe-yes
jobs:
build:
@ -33,6 +35,8 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: gcc --version
- run: opam pin add Lama.dev . --no-action
- run: opam depext Lama.dev --yes --with-test
- run: opam install . --deps-only --with-test