Skip to content

Commit f93a56f

Browse files
committed
remove cache
1 parent f8a5d68 commit f93a56f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/solana-verified-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ jobs:
3232
- name: Install Solana Verify
3333
run: |
3434
cargo install solana-verify
35-
- name: Cache cargo target dir
36-
id: cache-target
37-
uses: actions/cache@v4 # v4
38-
with:
39-
path: chains/solana/contracts/target/deploy/*.so
40-
key: ${{ runner.os }}-solana-contract-verified-${{ hashFiles('**/Cargo.lock') }}
4135
- name: Build Verified Artifacts
42-
if: steps.cache-target.outputs.cache-hit != 'true'
4336
run: |
4437
cd chains/solana/contracts
4538
solana-verify build

0 commit comments

Comments
 (0)