Skip to content

Commit

Permalink
ci: fix melange-json pins
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Aug 28, 2024
1 parent 0f78911 commit ad67391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# doesn't handle it
- run: sudo apt-get install -qq -yy libev-dev libssl-dev pkg-config
# clean build
- run: opam pin add melange-json.dev git@github.com:melange-community/melange-json.git --yes
- run: opam pin add melange-json-native.dev git@github.com:melange-community/melange-json.git --yes
- run: opam pin add melange-json.dev https://github.com/melange-community/melange-json.git --yes
- run: opam pin add melange-json-native.dev https://github.com/melange-community/melange-json.git --yes
- run: opam install . --deps-only
- run: opam exec -- dune build -p ppx_deriving_router
# build with dream (should make ppx_deriving_router.dream available)
Expand Down

0 comments on commit ad67391

Please sign in to comment.