mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-23 00:03:10 +00:00
fix: update windows ci
This commit is contained in:
parent
62109ce6c7
commit
ad1553aef6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
- name: Install Nim
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
version: binary:2.2.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -123,7 +123,7 @@ jobs:
|
||||
- name: Install Nim
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
version: binary:2.2.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -200,7 +200,7 @@ jobs:
|
||||
- name: Install Nim
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
version: binary:2.2.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
2
.github/workflows/container-image.yml
vendored
2
.github/workflows/container-image.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
version: binary:2.2.4
|
||||
|
||||
- name: Cache nimble packages
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
|
||||
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
- name: Install Nim
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
version: binary:2.2.4
|
||||
|
||||
- name: prep variables
|
||||
id: vars
|
||||
|
||||
2
.github/workflows/release-assets.yml
vendored
2
.github/workflows/release-assets.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Install Nim
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
version: binary:2.2.4
|
||||
|
||||
- name: Get tag
|
||||
id: version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user