use nimble install without -d

This commit is contained in:
Jaremy Creechley 2023-07-12 16:10:50 -07:00
parent 75f43228f6
commit c1df37d76b
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ jobs:
# https://github.com/status-im/nimbus-eth2/issues/3121
export NIMFLAGS="-d:nimRawSetjmp"
fi
nimble install -d
nimble install
- name: Run tests
run: |