Skip to content

Commit 96ff9af

Browse files
Install gnome-keyring for linux it tests
1 parent 7bf14df commit 96ff9af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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
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
9595
- run: cargo clippy --all-targets --target ${{ matrix.sys.target }}
9696
- run: make test
9797
env:

0 commit comments

Comments
 (0)