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 3d8ad79 commit 76f862b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true

- run: opam install . --deps-only

Expand All @@ -47,7 +46,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 @@ -61,7 +59,6 @@ jobs:
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "4.14"
allow-prerelease-opam: true

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

Expand All @@ -75,6 +72,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 76f862b

Please sign in to comment.