mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-20 02:11:05 +00:00
Revert "Change how the cache key is computed"
This reverts commit 75afdd9cfd.
This commit is contained in:
@@ -45,11 +45,6 @@ jobs:
|
|||||||
rustup target add wasm32-unknown-unknown
|
rustup target add wasm32-unknown-unknown
|
||||||
rustup component add rust-src
|
rustup component add rust-src
|
||||||
|
|
||||||
- name: Get polkadot-sdk SHA
|
|
||||||
id: submod
|
|
||||||
working-directory: polkadot-sdk
|
|
||||||
run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Cache binaries
|
- name: Cache binaries
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
@@ -57,7 +52,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.cargo/bin/substrate-node
|
~/.cargo/bin/substrate-node
|
||||||
~/.cargo/bin/eth-rpc
|
~/.cargo/bin/eth-rpc
|
||||||
key: polkadot-binaries-${{ matrix.os }}-${{ steps.submod.outputs.sha }}
|
key: polkadot-binaries-${{ matrix.os }}-${{ hashFiles('polkadot-sdk/.git') }}
|
||||||
|
|
||||||
- name: Build substrate-node
|
- name: Build substrate-node
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user