mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-23 11:20:41 +00:00
[wip] disable cache (prep for experiments with docker image cache in GHA)
This commit is contained in:
parent
f05e0c4973
commit
992d9485ff
12
.github/workflows/testground.yml
vendored
12
.github/workflows/testground.yml
vendored
@ -62,12 +62,12 @@ jobs:
|
||||
run: echo "::set-output name=hash::$(git rev-parse $(git branch --show-current))"
|
||||
working-directory: testground
|
||||
|
||||
- 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-testground-hash.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-testground-hash.outputs.hash }}-cache_nonce:${{ matrix.cache_nonce }}
|
||||
|
||||
- name: Build Testground executable
|
||||
if: steps.testground-exe-cache.outputs.cache-hit != 'true'
|
||||
|
Loading…
x
Reference in New Issue
Block a user