Skip to content

Commit

Permalink
Try fix nph not in path after install in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jun 26, 2024
1 parent 52e30a3 commit b036aad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rocksdb.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ requires "nim >= 1.6", "results", "tempfile", "unittest2"
task format, "Format nim code using nph":
# Using the latest nph commit for now because the latest tagged version
# doesn't work with the latest nim 2 version
exec "nimble install nph@#head"
exec "nph ."
exec "nimble install nph@#head; nph ."

task clean, "Remove temporary files":
exec "rm -rf build"
Expand Down

0 comments on commit b036aad

Please sign in to comment.