Skip to content

Commit

Permalink
fix warning in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jul 3, 2024
1 parent 69cf76f commit 0b479c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
opam-depext: true
opam-pin: true
allow-prerelease-opam: false
- name: depext
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
with:
ocaml-compiler: "5.2"
dune-cache: false
opam-depext: true
opam-pin: true
allow-prerelease-opam: false
- name: depext
Expand Down

0 comments on commit 0b479c5

Please sign in to comment.