Skip to content

Commit

Permalink
Revert setup-ocaml constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jan 9, 2025
1 parent bdae3e7 commit f01b46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: neko -version 2>&1

- name: Setup ocaml
uses: ocaml/setup-ocaml@v3.1.5
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4
opam-local-packages: |
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/install-ocaml-windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Setup ocaml
uses: ocaml/setup-ocaml@v3.1.5
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4
opam-local-packages: |
Expand Down

0 comments on commit f01b46c

Please sign in to comment.