Skip to content

Commit

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

- uses: avsm/setup-ocaml@v1
# - uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
with:
ocaml-version: '5.1.0'
ocaml-compiler: '5.1.1'

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

0 comments on commit 0c9a351

Please sign in to comment.