mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-31 04:03:12 +00:00
fix: fix the ci
This commit is contained in:
parent
c106f034d2
commit
45bbcf36a9
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -124,6 +124,8 @@ jobs:
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Cache nimble packages
|
||||
uses: actions/cache@v4
|
||||
@ -199,6 +201,8 @@ jobs:
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
version: binary:2.2.6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build nph
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user