mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-05-21 17:19:27 +00:00
Try to upgrade nimble version
This commit is contained in:
parent
e0856cd43d
commit
065c2b1901
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -16,6 +16,11 @@ jobs:
|
||||
with:
|
||||
nim-version: ${{matrix.nim}}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Install nimble
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: "0.22.3"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build
|
||||
run: nimble install -y
|
||||
- name: Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user