Skip to content

Commit

Permalink
WIP Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed Oct 3, 2024
1 parent 916616a commit 8b82022
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,15 @@ jobs:
- run: opam install conf-pkg-config
if: runner.os == 'Windows'

- run: opam pin --with-version `cat VERSION` . --best-effort
- run: opam pin --with-version $(cat VERSION) . --best-effort
if: ${{ matrix.skip-test }}
shell: bash

- run: |
opam pin --with-version `cat VERSION` .
opam pin --with-version $(cat VERSION) . -n
opam install . --deps-only --with-test
if: ${{ !matrix.skip-test }}
shell: bash
- run: opam exec -- make all
if: ${{ !matrix.skip-test }}
Expand Down

0 comments on commit 8b82022

Please sign in to comment.