mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-29 16:03:24 +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}"
|
MAKEFLAGS: "-j${NPROC}"
|
||||||
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"
|
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"
|
||||||
NIM_VERSION: '2.2.4'
|
NIM_VERSION: '2.2.4'
|
||||||
NIMBLE_VERSION: '0.22.3'
|
NIMBLE_VERSION: '0.20.1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
changes: # changes detection
|
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}"
|
MAKEFLAGS: "-j${NPROC}"
|
||||||
NIMFLAGS: "--parallelBuild:${NPROC}"
|
NIMFLAGS: "--parallelBuild:${NPROC}"
|
||||||
NIM_VERSION: '2.2.4'
|
NIM_VERSION: '2.2.4'
|
||||||
NIMBLE_VERSION: '0.22.3'
|
NIMBLE_VERSION: '0.20.1'
|
||||||
|
|
||||||
# This workflow should not run for outside contributors
|
# 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
|
# 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"]
|
#bin = @["build/waku"]
|
||||||
|
|
||||||
requires "nim == 2.2.4"
|
requires "nim == 2.2.4"
|
||||||
requires "nimble == 0.22.3"
|
requires "nimble == 0.20.1"
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
requires "chronos >= 4.2.0",
|
requires "chronos >= 4.2.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user