mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-09 12:35:51 +00:00
[wip] disable cache again
re: build artifacts such as ~/go/bin/testground
This commit is contained in:
parent
d9a10835a2
commit
2dfc8f7da5
12
.github/workflows/testground.yml
vendored
12
.github/workflows/testground.yml
vendored
@ -65,12 +65,12 @@ jobs:
|
|||||||
cd ../testground
|
cd ../testground
|
||||||
echo "::set-output name=hash::$(git rev-parse $(git branch --show-current))"
|
echo "::set-output name=hash::$(git rev-parse $(git branch --show-current))"
|
||||||
|
|
||||||
- name: Restore Testground executable from cache
|
# - name: Restore Testground executable from cache
|
||||||
id: testground-exe-cache
|
# id: testground-exe-cache
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: ~/go/bin/testground
|
# 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 }}
|
# 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
|
- name: Build Testground executable
|
||||||
if: steps.testground-exe-cache.outputs.cache-hit != 'true'
|
if: steps.testground-exe-cache.outputs.cache-hit != 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user