Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Aug 30, 2024
1 parent a880833 commit fe4496a
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 opam
export OPAMYES=1
opam init --compiler=ocaml-base-compiler.4.13.1
opam init --compiler=ocaml-base-compiler.5.0.0
eval $(opam env)
make deps
make release
Expand Down

0 comments on commit fe4496a

Please sign in to comment.