Skip to content

Commit

Permalink
Disallow opam pre-release version
Browse files Browse the repository at this point in the history
Pre-release version is causing CI issues at the moment so disallowing it.
  • Loading branch information
krtab authored and zapashcanon committed Jul 3, 2024
1 parent 2e15b5d commit 6e8ef14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
dune-cache: true
opam-depext: true
opam-pin: true
allow-prerelease-opam: true
allow-prerelease-opam: false
- name: depext
run: |
opam install . --depext-only --with-test --with-doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
dune-cache: false
opam-depext: true
opam-pin: true
allow-prerelease-opam: true
allow-prerelease-opam: false
- name: depext
run: |
opam install . --depext-only --with-test --with-doc
Expand Down

0 comments on commit 6e8ef14

Please sign in to comment.