mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 20:23:08 +00:00
use nimble v0.20.1 instead
This commit is contained in:
parent
566a999ec7
commit
4e06b644b2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ env:
|
||||
MAKEFLAGS: "-j${NPROC}"
|
||||
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"
|
||||
NIM_VERSION: '2.2.4'
|
||||
NIMBLE_VERSION: '0.22.3'
|
||||
NIMBLE_VERSION: '0.20.1'
|
||||
|
||||
jobs:
|
||||
changes: # changes detection
|
||||
|
||||
2
.github/workflows/container-image.yml
vendored
2
.github/workflows/container-image.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
MAKEFLAGS: "-j${NPROC}"
|
||||
NIMFLAGS: "--parallelBuild:${NPROC}"
|
||||
NIM_VERSION: '2.2.4'
|
||||
NIMBLE_VERSION: '0.22.3'
|
||||
NIMBLE_VERSION: '0.20.1'
|
||||
|
||||
# This workflow should not run for outside contributors
|
||||
# If org secrets are not available, we'll avoid building and publishing the docker image and we'll pass the workflow
|
||||
|
||||
@ -11,7 +11,7 @@ license = "MIT or Apache License 2.0"
|
||||
#bin = @["build/waku"]
|
||||
|
||||
requires "nim == 2.2.4"
|
||||
requires "nimble == 0.22.3"
|
||||
requires "nimble == 0.20.1"
|
||||
|
||||
### Dependencies
|
||||
requires "chronos >= 4.2.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user