new nimble cache

This commit is contained in:
Jaremy Creechley 2023-07-12 17:34:03 -07:00
parent a2204afceb
commit e14a41f2a1
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ jobs:
- name: Install Deps
run: |
echo "NIMBLE: version: " `nimble -v`
echo "NIMBLE: which: " `which nimble`
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
# https://github.com/status-im/nimbus-eth2/issues/3121
export NIMFLAGS="-d:nimRawSetjmp"