mirror of
https://github.com/logos-storage/nim-nitro.git
synced 2026-08-24 22:21:46 +00:00
try without maxtagged
This commit is contained in:
@@ -18,6 +18,6 @@ jobs:
|
||||
nim-version: ${{matrix.nim}}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build
|
||||
run: nimble install -y --maximumtaggedversions=2
|
||||
run: nimble install -y
|
||||
- name: Test
|
||||
run: nimble test -y
|
||||
|
||||
Reference in New Issue
Block a user