Try to upgrade nimble version

This commit is contained in:
Arnaud 2026-04-16 17:40:58 +04:00
parent e0856cd43d
commit 065c2b1901
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -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