[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" - "more-dune"
permissions: read-all permissions: read-all
env:
OPAMCONFIRMLEVEL: unsafe-yes
jobs: jobs:
build: build:
@ -33,6 +35,8 @@ jobs:
with: with:
ocaml-compiler: ${{ matrix.ocaml-compiler }} ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: gcc --version
- 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
- run: opam install . --deps-only --with-test - run: opam install . --deps-only --with-test

View file

@ -28,3 +28,4 @@ build: [
"@doc" {with-doc} "@doc" {with-doc}
] ]
] ]
depexts: [ [ "gcc-14-multilib" ] {os-distribution = "ubuntu"} ]

1
Lama.opam.template Normal file
View file

@ -0,0 +1 @@
depexts: [ [ "gcc-14-multilib" ] {os-distribution = "ubuntu"} ]