Skip to content

Commit

Permalink
Try pinning to 4.3.1 instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Nov 20, 2024
1 parent 9f3a6e8 commit 71e9d16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ jobs:
- name: Install forester
run: |
sudo apt-get install libev-dev
opam pin add forester git+https://git.sr.ht/~jonsterling/ocaml-forester#56de06afe952d752c1a13fdcd8bb56c5fef9956f --yes
opam install forester --yes
# 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
# https://github.com/astral-sh/setup-uv
- name: Setup Python via uv
uses: astral-sh/setup-uv@v3
Expand Down

0 comments on commit 71e9d16

Please sign in to comment.