chore: manually install ccnz

This commit is contained in:
Daylin Morgan 2023-09-05 18:18:44 -05:00
parent 636d7d313c
commit 0109817ce7
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
3 changed files with 2 additions and 18 deletions

View file

@ -16,6 +16,7 @@ jobs:
# for cross compilation with ccnz
- uses: goto-bus-stop/setup-zig@v2
- run: nimble install -Y https://github.com/daylinmorgan/ccnz
- name: Generate build artifacts
run: nimble release

View file

@ -22,20 +22,5 @@
}
}
},
"tasks": {
"release": {
"ccnz": {
"version": "2023.1001",
"vcsRevision": "9dc6353e8b0cc793bc2ae5d089593e24d122ee22",
"url": "https://github.com/daylinmorgan/ccnz",
"downloadMethod": "git",
"dependencies": [
"cligen"
],
"checksums": {
"sha1": "e758c69ceb0977dca7069209c20efe6825801517"
}
}
}
}
"tasks": {}
}

View file

@ -14,8 +14,6 @@ requires "nim >= 2.0.0",
"illwill",
"cligen"
taskRequires "release", "https://github.com/daylinmorgan/ccnz"
import strformat
const targets = [
"x86_64-linux-gnu",