diff --git a/.github/workflows/testground.yml b/.github/workflows/testground.yml index 77fc602f..39acb095 100644 --- a/.github/workflows/testground.yml +++ b/.github/workflows/testground.yml @@ -65,12 +65,12 @@ jobs: cd ../testground echo "::set-output name=hash::$(git rev-parse $(git branch --show-current))" - - name: Restore Testground executable from cache - id: testground-exe-cache - uses: actions/cache@v3 - with: - path: ~/go/bin/testground - key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ matrix.nim_branch }}-testground_commit-${{ steps.calc-cache-key-components.outputs.hash }}-cache_nonce:${{ matrix.cache_nonce }} + # - name: Restore Testground executable from cache + # id: testground-exe-cache + # uses: actions/cache@v3 + # with: + # path: ~/go/bin/testground + # key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ matrix.nim_branch }}-testground_commit-${{ steps.calc-cache-key-components.outputs.hash }}-cache_nonce:${{ matrix.cache_nonce }} - name: Build Testground executable if: steps.testground-exe-cache.outputs.cache-hit != 'true'