Skip to content

Commit

Permalink
Downgrade OCaml from 5.2.0 to 5.1.1 in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong committed Nov 27, 2024
1 parent 0d610e5 commit 5beae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: npm
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.2.0
ocaml-compiler: 5.1.1
- name: Install all deps
run: npm run install:npm-opam
- name: Format check
Expand Down

0 comments on commit 5beae6b

Please sign in to comment.