Skip to content

Commit

Permalink
Merge pull request #1010 from ocsigen/do-not-use-depext-subcmd
Browse files Browse the repository at this point in the history
Replace the deprecated opam depext subcommand with the install command
  • Loading branch information
smorimoto authored Apr 15, 2024
2 parents f90f069 + bb05501 commit 27d8225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
opam-local-packages: ${{ matrix.local-packages }}
allow-prerelease-opam: true

- run: opam depext conf-libev --install
- run: opam install conf-libev
if: ${{ matrix.libev == true }}

- run: opam install lwt_react lwt --deps-only --with-test
Expand Down

0 comments on commit 27d8225

Please sign in to comment.