diff options
author | Clyybber <darkmine956@gmail.com> | 2021-01-18 23:33:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 23:33:41 +0100 |
commit | 580b8f744b288e2069792ff4181743e4e588eced (patch) | |
tree | 7dfe0b12d6168b687fa9c41a0125d2aa58d1cc56 | |
parent | 6c07b0a1f8daf96078ae68b83ead1d48675969d7 (diff) | |
download | Nim-580b8f744b288e2069792ff4181743e4e588eced.tar.gz |
Fix bump CI
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index dca8c5a4f..ddf2a5725 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -19,7 +19,7 @@ pkg1 "BipBuffer" # pkg1 "blscurve" # pending https://github.com/status-im/nim-blscurve/issues/39 pkg1 "bncurve" pkg1 "brainfuck", "nim c -d:release -r tests/compile.nim" -pkg1 "bump", "nim c --gc:arc -r tests/tbump.nim", "https://github.com/disruptek/bump" +pkg1 "bump", "nim c --gc:arc --path:. -r tests/tbump.nim", "https://github.com/disruptek/bump" pkg1 "c2nim", "nim c testsuite/tester.nim" pkg1 "cascade" pkg1 "cello" |