mirror of
https://github.com/logos-storage/nim-nitro.git
synced 2026-01-02 13:43:06 +00:00
try without maxtagged
This commit is contained in:
parent
86d5601b4b
commit
fdcea5a2aa
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,6 +18,6 @@ jobs:
|
|||||||
nim-version: ${{matrix.nim}}
|
nim-version: ${{matrix.nim}}
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nimble install -y --maximumtaggedversions=2
|
run: nimble install -y
|
||||||
- name: Test
|
- name: Test
|
||||||
run: nimble test -y
|
run: nimble test -y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user