mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
[ci] Trying to add gcc multilib dependecies
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
ddb45a496f
commit
a3d77ad095
3 changed files with 6 additions and 0 deletions
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -28,3 +28,4 @@ build: [
|
|||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
depexts: [ [ "gcc-14-multilib" ] {os-distribution = "ubuntu"} ]
|
||||
1
Lama.opam.template
Normal file
1
Lama.opam.template
Normal file
|
|
@ -0,0 +1 @@
|
|||
depexts: [ [ "gcc-14-multilib" ] {os-distribution = "ubuntu"} ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue