Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ocaml/setup-ocaml from 3.0.0.pre.beta to 3.0.0.pre.beta1 #1635

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
node-version: lts/*

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/[email protected]beta
uses: ocaml/[email protected]beta1
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true
Expand Down Expand Up @@ -132,13 +132,13 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/[email protected]beta
uses: ocaml/[email protected]beta1
with:
ocaml-compiler: "5.2"
allow-prerelease-opam: true
dune-cache: true

- uses: ocaml/setup-ocaml/[email protected]beta
- uses: ocaml/setup-ocaml/[email protected]beta1
continue-on-error: true

lint-fmt:
Expand All @@ -148,10 +148,10 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/[email protected]beta
uses: ocaml/[email protected]beta1
with:
ocaml-compiler: "5.2"
allow-prerelease-opam: true
dune-cache: true

- uses: ocaml/setup-ocaml/[email protected]beta
- uses: ocaml/setup-ocaml/[email protected]beta1
Loading