Skip to content

Commit

Permalink
ocaml: use ocaml/setup-ocaml to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
askalt committed Oct 15, 2023
1 parent 2733f03 commit fd4b6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Use OCaml ${{ matrix.ocaml-version }}
uses: avsm/setup-ocaml@v1
uses: ocaml/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
ocaml-compiler: ${{ matrix.ocaml-version }}

- run: opam pin add Lama.dev . --no-action
- run: opam depext Lama.dev --yes --with-test
Expand Down

0 comments on commit fd4b6ee

Please sign in to comment.