Skip to content

Commit

Permalink
[ci] Trying to add gcc multilib dependecies
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <[email protected]>
  • Loading branch information
Kakadu committed Feb 1, 2025
1 parent ddb45a4 commit a3d77ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- "more-dune"

permissions: read-all
env:
OPAMCONFIRMLEVEL: unsafe-yes

jobs:
build:
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions Lama.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ build: [
"@doc" {with-doc}
]
]
depexts: [ [ "gcc-14-multilib" ] {os-distribution = "ubuntu"} ]
1 change: 1 addition & 0 deletions Lama.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
depexts: [ [ "gcc-14-multilib" ] {os-distribution = "ubuntu"} ]

0 comments on commit a3d77ad

Please sign in to comment.