File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,10 @@ jobs:
2727 key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2828 # Add the wasm32v1-none target for building contracts
2929 - run : rustup target add wasm32v1-none
30- # Start Stellar Quickstart for a local Stellar network to build against
31- - name : Start Stellar Quickstart
32- uses : stellar/quickstart@main
33- with :
34- tag : testing
35- network : local
3630 - run : sudo apt-get update && sudo apt-get install -y libudev-dev libdbus-1-dev pkg-config
3731 # Install binstall to quickly install stellar-scaffold-cli
3832 - name : Install cargo-binstall
39- uses : cargo-bins/cargo-binstall@v1.15.6
33+ uses : cargo-bins/cargo-binstall@main
4034 # Check for stellar-scaffold-cli binary and install if not present
4135 - name : Check for stellar-scaffold binary
4236 run : |
You can’t perform that action at this time.
0 commit comments