Skip to content

Commit

Permalink
Install libdbus for rpc-tests and bindings-ts workflows
Browse files Browse the repository at this point in the history
required for keyring crate
  • Loading branch information
elizabethengelman committed Dec 3, 2024
1 parent c7e2cbc commit bd666c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: rustup update
- run: sudo apt install -y libdbus-1-dev
- run: cargo build
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rpc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
- run: cargo build
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
- run: sudo apt install -y libdbus-1-dev
- run: SOROBAN_PORT=8000 cargo test --features it --package soroban-test --test it -- integration

0 comments on commit bd666c6

Please sign in to comment.