Skip to content

Commit

Permalink
Tweak gh-pages.yml: jammy/main missing packages
Browse files Browse the repository at this point in the history
Probably won't help
  • Loading branch information
lukstafi committed Apr 23, 2024
1 parent a9b3886 commit da50c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.opam
key: opam-ubuntu-latest-5.1.1
key: opam-ubuntu-latest-5.1.0

- uses: avsm/setup-ocaml@v1
with:
ocaml-version: '5.1.1'
ocaml-version: '5.1.0'

- name: Pin
run: opam pin -n .
Expand Down

0 comments on commit da50c2d

Please sign in to comment.