mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-20 07:53:10 +00:00
trying with nimble v0.20.1
This commit is contained in:
parent
2be555faf7
commit
54d8fc6a0d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
- name: Install Nimble (pinned)
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.22.0'
|
||||
nimble-version: '0.20.1'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Make update
|
||||
@ -128,7 +128,7 @@ jobs:
|
||||
- name: Install Nimble (pinned)
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.22.0'
|
||||
nimble-version: '0.20.1'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Make update
|
||||
@ -206,7 +206,7 @@ jobs:
|
||||
- name: Install Nimble (pinned)
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.22.0'
|
||||
nimble-version: '0.20.1'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build nph
|
||||
|
||||
2
.github/workflows/container-image.yml
vendored
2
.github/workflows/container-image.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- name: Install Nimble (pinned)
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.22.0'
|
||||
nimble-version: '0.20.1'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build binaries
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user