replace nimble install_pinned with nimble install

This commit is contained in:
Eric 2024-06-11 15:33:40 +10:00
parent dd3d37238d
commit 814dd2b2fe
No known key found for this signature in database

View File

@ -73,7 +73,7 @@ jobs:
- name: Install deps
if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
run: |
nimble install_pinned
nimble --accept install
- name: Run tests
run: |