File tree Expand file tree Collapse file tree 1 file changed +1
-34
lines changed
Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments