Skip to content

Commit

Permalink
Try bump setup-ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Nov 20, 2024
1 parent 9578933 commit 4bc2dd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "5.2"
ocaml-compiler: "5.2.1"
dune-cache: true
- name: Cache opam packages
uses: actions/cache@v4
Expand All @@ -84,7 +84,6 @@ jobs:
- name: Install forester
run: |
sudo apt-get install libev-dev
opam pin add ocaml-base-compiler 5.2.0
opam pin add forester git+https://git.sr.ht/~jonsterling/ocaml-forester#56de06afe952d752c1a13fdcd8bb56c5fef9956f --yes
opam install forester --yes
# opam install forester.4.3.1 --yes
Expand Down

0 comments on commit 4bc2dd0

Please sign in to comment.