mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 07:38:46 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue