mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-01-10 11:55:49 +00:00
WIP
This commit is contained in:
parent
85fc42cf5e
commit
873a04acb7
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -140,14 +140,14 @@ jobs:
|
||||
echo "ncpu=$ncpu" >> $GITHUB_ENV
|
||||
echo "MAKE_CMD=${MAKE_CMD}" >> $GITHUB_ENV
|
||||
|
||||
- name: Restore nimble dependencies from cache
|
||||
id: nimble_deps
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.nimble/pkgs2
|
||||
~/.nimble/packages_official.json
|
||||
key: ${{ inputs.os }}-${{ inputs.cpu }}-${{ env.cache_nonce }}
|
||||
# - name: Restore nimble dependencies from cache
|
||||
# id: nimble_deps
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: |
|
||||
# ~/.nimble/pkgs2
|
||||
# ~/.nimble/packages_official.json
|
||||
# key: ${{ inputs.os }}-${{ inputs.cpu }}-${{ env.cache_nonce }}
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: "./.github/actions/install_nimble"
|
||||
@ -157,6 +157,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
rm -rf ~/.nimble/
|
||||
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
|
||||
# https://github.com/status-im/nimbus-eth2/issues/3121
|
||||
export NIMFLAGS="-d:nimRawSetjmp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user