Skip to content

CI: remove pinned nimble (#147) #445

CI: remove pinned nimble (#147)

CI: remove pinned nimble (#147) #445

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
with:
test-command: |
nimble --useSystemNim install -y --depsOnly toml_serialization json_serialization unittest2
nimble list --installed --version
rm -f nimble.lock
nimble test