We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf14df commit 96ff9afCopy full SHA for 96ff9af
1 file changed
.github/workflows/rust.yml
@@ -91,7 +91,7 @@ jobs:
91
- run: rustup target add ${{ matrix.sys.target }}
92
- run: rustup target add wasm32-unknown-unknown
93
- 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
+ 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
95
- run: cargo clippy --all-targets --target ${{ matrix.sys.target }}
96
- run: make test
97
env:
0 commit comments