Skip to content

Commit

Permalink
.github/workflow: fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Jun 30, 2021
1 parent 34a5a35 commit cbe500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Use OCaml ${{ matrix.ocaml-version }}
uses: actions-ml/setup-ocaml@master
uses: ocam/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
opam-depext: false
Expand Down

0 comments on commit cbe500f

Please sign in to comment.