From 0109817ce711698350fce8bd383cecb9f947f4e8 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 5 Sep 2023 18:18:44 -0500 Subject: [PATCH] chore: manually install ccnz --- .github/workflows/build.yml | 1 + nimble.lock | 17 +---------------- tsm.nimble | 2 -- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8f0421..cc39fc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/nimble.lock b/nimble.lock index e151d30..ab28909 100644 --- a/nimble.lock +++ b/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": {} } diff --git a/tsm.nimble b/tsm.nimble index f6501e7..2d0f617 100644 --- a/tsm.nimble +++ b/tsm.nimble @@ -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",