Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 20, 2024
1 parent 97955f3 commit 438d4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- "5.2"
include:
- os: ubuntu-latest
ocaml-compiler: "4.08"
ocaml-compiler: "4.12"

runs-on: ${{ matrix.os }}

Expand All @@ -40,7 +40,7 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-pin: false

- run: opam pin add ocsigen-start.dev . --no-action
- run: opam pin add ocsigen-start.7.0.0 . --no-action

- run: opam install .

Expand Down

0 comments on commit 438d4a3

Please sign in to comment.