mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -06:00
chore: manually install ccnz
This commit is contained in:
parent
636d7d313c
commit
0109817ce7
3 changed files with 2 additions and 18 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
17
nimble.lock
17
nimble.lock
|
@ -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": {}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue