Skip to content

Commit 7c1a55f

Browse files
authored
Merge pull request #115 from theahaco/fix/duped-docker-start
fix: race condition with docker container
2 parents ac7de35 + c764174 commit 7c1a55f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)