Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
disconcision committed Jul 8, 2024
1 parent 47c49eb commit 39e6764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo apt --assume-yes install curl m4 opam
export OPAMYES=1
opam init --compiler=ocaml-base-compiler.5.0.0
opam init --compiler=ocaml-base-compiler.5.2.0
- name: Install dependencies
run: |
eval $(opam env)
Expand Down

0 comments on commit 39e6764

Please sign in to comment.