Skip to content

Commit 4fc9f04

Browse files
committed
remove CI caching
1 parent 32e568f commit 4fc9f04

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -53,47 +53,14 @@ jobs:
5353

5454
# ----------------------------
5555
# Stellar setup
56-
57-
- name: Get scaffold-stellar latest commit SHA
58-
if: matrix.package == 'stellar'
59-
id: get-scaffold-sha
60-
run: |
61-
echo "sha=$(git ls-remote https://github.com/ahalabs/scaffold-stellar HEAD | cut -f1)" >> $GITHUB_OUTPUT
62-
63-
- name: Cache Scaffold CLIs
64-
if: matrix.package == 'stellar'
65-
uses: actions/cache@v4
66-
with:
67-
path: |
68-
~/.cargo/bin/
69-
~/.cargo/registry/index/
70-
~/.cargo/registry/cache/
71-
~/.cargo/git/db/
72-
target/cli
73-
key: cargo-scaffold-${{ matrix.package }}-${{ steps.get-scaffold-sha.outputs.sha }}
74-
restore-keys: |
75-
cargo-scaffold-${{ matrix.package }}-
76-
cargo-scaffold-
77-
cargo-scaffold-
78-
56+
7957
- name: Set up Rust
8058
if: matrix.package == 'stellar'
8159
uses: actions-rs/toolchain@v1
8260
with:
8361
toolchain: 1.86.0
8462
profile: minimal
8563
override: true
86-
87-
- name: Clean potentially conflicting wasm targets
88-
if: matrix.package == 'stellar'
89-
run: |
90-
rm -rf ~/.rustup/toolchains/*/lib/rustlib/wasm32v1-none || true
91-
rm -rf ~/.rustup/update-hashes || true
92-
rustup show
93-
94-
- name: Add wasm32v1 target
95-
if: matrix.package == 'stellar'
96-
run: rustup target add wasm32v1-none
9764

9865
- name: Set up Stellar CLI
9966
if: matrix.package == 'stellar'

0 commit comments

Comments
 (0)