Skip to content

Commit

Permalink
Fix typo in release CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Apr 30, 2021
1 parent 8188ec0 commit b24807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: avsm/setup-ocaml@v2
if: runner.os != 'Windows'
with:
ocaml-compiler: ocaml-variants.${{ matrix.ocaml-version }}, ${{ matrix.ocaml-options }}
ocaml-compiler: ocaml-variants.${{ matrix.ocaml-version }},${{ matrix.ocaml-options }}
# Run opam udpate to get an up-to-date repo
- name: Update opam repo
run: opam update
Expand Down

0 comments on commit b24807c

Please sign in to comment.