Skip to content

Commit

Permalink
chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 30, 2024
1 parent 5d731a9 commit fb8b612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
allow-prerelease-opam: true

# temporary until it's in a release
- run: opam pin https://github.com/c-cube/picos#simon/split-package -y -n
- run: opam pin https://github.com/c-cube/picos.git#simon/split-package -y -n

- run: opam install odig moonpool moonpool-lwt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
allow-prerelease-opam: true

# temporary until it's in a release
- run: opam pin https://github.com/c-cube/picos#simon/split-package -y -n
- run: opam pin https://github.com/c-cube/picos.git#simon/split-package -y -n

- run: opam install -t moonpool moonpool-lwt --deps-only
if: matrix.ocaml-compiler == '5.2'
Expand Down

0 comments on commit fb8b612

Please sign in to comment.