Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ override_dh_clean:
override_dh_auto_build:
opam init -y --bare
opam switch create -y 5.2.0+ox --repos ox=git+https://github.com/oxcaml/opam-repository.git,default
opam exec -- opam install -y ./magic-trace.opam --deps-only
opam exec -- opam install -y . --deps-only --locked
opam exec -- dh_auto_build

override_dh_auto_install:
Expand Down
Loading