Skip to content

Commit

Permalink
fix nimble dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jul 12, 2024
1 parent 3ba3f98 commit c4b540f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
run: |
pacman -S --needed --noconfirm mingw-w64-x86_64-gmp mingw-w64-x86_64-llvm
nimble refresh --verbose -y
nimble install --verbose -y gmp@#head jsony asynctools [email protected]
nimble install --verbose -y gmp jsony asynctools [email protected] cliche
cd constantine
go mod download -modfile=go_test.mod
Expand All @@ -272,7 +272,7 @@ jobs:
shell: bash
run: |
nimble refresh --verbose -y
nimble install --verbose -y gmp@#head jsony asynctools [email protected]
nimble install --verbose -y gmp jsony asynctools [email protected] cliche
cd constantine
go mod download -modfile=go_test.mod
Expand Down
17 changes: 17 additions & 0 deletions constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ license = "MIT or Apache License 2.0"

requires "nim >= 1.6.12"

taskRequires "make_zkalc", "jsony"
taskRequires "make_zkalc", "cliche"

taskRequires "test", "jsony"
taskRequires "test", "yaml"
taskRequires "test", "gmp"

taskRequires "test_parallel", "jsony"
taskRequires "test_parallel", "yaml"
taskRequires "test_parallel", "gmp"

taskRequires "test_no_gmp", "jsony"
taskRequires "test_no_gmp", "yaml"

taskRequires "test_parallel_no_gmp", "jsony"
taskRequires "test_parallel_no_gmp", "yaml"

# Nimscript imports
# ----------------------------------------------------------------

Expand Down

0 comments on commit c4b540f

Please sign in to comment.