mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-25 09:13:09 +00:00
fix: fix the ci
This commit is contained in:
parent
6d1ee3c7a6
commit
0729a6d578
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