File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments