Skip to content

Commit

Permalink
Apply changes suggested by opam manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed Nov 22, 2021
1 parent f26942b commit 94b4702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kicadsch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bug-reports: "https://github.com/jnavila/plotkicadsch/issues"
license: "ISC"
dev-repo: "git+https://github.com/jnavila/plotkicadsch.git"
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
Expand Down
2 changes: 1 addition & 1 deletion plotkicadsch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Two utilities:
license: "ISC"
dev-repo: "git+https://github.com/jnavila/plotkicadsch.git"
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs]
]
depends: [
Expand Down

0 comments on commit 94b4702

Please sign in to comment.