Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smorimoto authored Jul 2, 2024
1 parent 7a198dd commit 5e9e06a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true

- run: opam install . --deps-only --with-test

Expand All @@ -51,7 +50,6 @@ jobs:
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "4.14"
allow-prerelease-opam: true

- uses: ocaml/setup-ocaml/lint-doc@v3

Expand All @@ -65,6 +63,5 @@ jobs:
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "4.14"
allow-prerelease-opam: true

- uses: ocaml/setup-ocaml/lint-opam@v3

0 comments on commit 5e9e06a

Please sign in to comment.