Skip to content

Commit b1aefe4

Browse files
Move gnome-keyring install to rpc-tests workflow
1 parent 51fa225 commit b1aefe4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rpc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: stellar/actions/rust-cache@main
3434
- run: rustup update
35-
- run: sudo apt update && sudo apt install -y libudev-dev libdbus-1-dev
35+
- run: sudo apt update && sudo apt install -y libudev-dev libdbus-1-dev gnome-keyring
3636
if: runner.os == 'Linux'
3737
- run: cargo build
3838
- run: rustup target add wasm32-unknown-unknown

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- run: rustup target add ${{ matrix.sys.target }}
9292
- run: rustup target add wasm32-unknown-unknown
9393
- if: runner.os == 'Linux'
94-
run: sudo apt-get update && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libudev-dev libdbus-1-dev gnome-keyring
94+
run: sudo apt-get update && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libudev-dev libdbus-1-dev
9595
- run: cargo clippy --all-targets --target ${{ matrix.sys.target }}
9696
- run: make test
9797
env:

0 commit comments

Comments
 (0)