Skip to content

Commit

Permalink
Update Github CI action, continued
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jan 16, 2025
1 parent ed955ff commit f422a30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- ubuntu-latest
- windows-latest
ocaml-version:
- 5.3.0
- 4.14.2
- 5.3
- 4.14

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

Expand All @@ -26,7 +26,7 @@ jobs:
- name: Use OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v3
with:
ocaml-version: ${{ matrix.ocaml-version }}
ocaml-compiler: ${{ matrix.ocaml-version }}

- run: opam pin add graphics.dev . --no-action
- run: opam depext graphics --yes
Expand Down

0 comments on commit f422a30

Please sign in to comment.