WIP
This commit is contained in:
parent
85fc42cf5e
commit
873a04acb7
|
@ -140,14 +140,14 @@ jobs:
|
||||||
echo "ncpu=$ncpu" >> $GITHUB_ENV
|
echo "ncpu=$ncpu" >> $GITHUB_ENV
|
||||||
echo "MAKE_CMD=${MAKE_CMD}" >> $GITHUB_ENV
|
echo "MAKE_CMD=${MAKE_CMD}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Restore nimble dependencies from cache
|
# - name: Restore nimble dependencies from cache
|
||||||
id: nimble_deps
|
# id: nimble_deps
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: |
|
# path: |
|
||||||
~/.nimble/pkgs2
|
# ~/.nimble/pkgs2
|
||||||
~/.nimble/packages_official.json
|
# ~/.nimble/packages_official.json
|
||||||
key: ${{ inputs.os }}-${{ inputs.cpu }}-${{ env.cache_nonce }}
|
# key: ${{ inputs.os }}-${{ inputs.cpu }}-${{ env.cache_nonce }}
|
||||||
|
|
||||||
- name: Setup Nimble
|
- name: Setup Nimble
|
||||||
uses: "./.github/actions/install_nimble"
|
uses: "./.github/actions/install_nimble"
|
||||||
|
@ -157,6 +157,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
rm -rf ~/.nimble/
|
||||||
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
|
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
|
||||||
# https://github.com/status-im/nimbus-eth2/issues/3121
|
# https://github.com/status-im/nimbus-eth2/issues/3121
|
||||||
export NIMFLAGS="-d:nimRawSetjmp"
|
export NIMFLAGS="-d:nimRawSetjmp"
|
||||||
|
|
Loading…
Reference in New Issue