Skip to content

Commit

Permalink
ci: use ocaml/setup-ocaml action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxRN committed Aug 21, 2024
1 parent 41d89d6 commit 769bffb
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 @@ -29,12 +29,12 @@ jobs:
with:
submodules: recursive

- uses: avsm/setup-ocaml@v2
- uses: ocaml/setup-ocaml@v3
if: runner.os != 'Windows'
with:
ocaml-compiler: ${{matrix.ocaml}}

- uses: avsm/setup-ocaml@v2
- uses: ocaml/setup-ocaml@v3
if: runner.os == 'Windows'
with:
ocaml-compiler: ${{matrix.ocaml}}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
submodules: recursive
- run: mkdir ../repo-copy
- run: cp -r * ../repo-copy/
- uses: avsm/setup-ocaml@v2
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14.x
- run: opam install --yes --deps-only ./dream-pure.opam ./dream-httpaf.opam ./dream.opam ./dream-mirage.opam
Expand Down

0 comments on commit 769bffb

Please sign in to comment.