From 873a04acb7a1a288940ba89711cf89ee56c9daca Mon Sep 17 00:00:00 2001 From: Ivan Yonchovski Date: Tue, 11 Jul 2023 16:03:21 +0300 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a95b85d..3786a2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"