Skip to content

Commit

Permalink
Downgrade setup-ocaml to 3.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Jan 1, 2025
1 parent 9a7121e commit 80bf392
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
uses: ocaml/setup-ocaml@v3.1.5
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
uses: ocaml/setup-ocaml@v3.1.5
with:
ocaml-compiler: 4
opam-local-packages: |
Expand Down

0 comments on commit 80bf392

Please sign in to comment.