mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-09 22:28:27 -05:00
ci(daily): fix latest deps install (#1498)
This commit is contained in:
2
.github/workflows/daily_common.yml
vendored
2
.github/workflows/daily_common.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
nimble install_pinned
|
||||
|
||||
- name: Install dependencies (latest)
|
||||
if: ${{ inputs.pinned_deps != 'true' }}
|
||||
if: ${{ inputs.pinned_deps == false }}
|
||||
run: |
|
||||
nimble install -y --depsOnly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user