File tree Expand file tree Collapse file tree 8 files changed +441
-81
lines changed
Expand file tree Collapse file tree 8 files changed +441
-81
lines changed Original file line number Diff line number Diff line change 2424 sudo apt-get install libdbus-1-dev -y
2525 sudo apt-get install libssl-dev -y
2626 sudo apt-get install pkg-config -y
27+ sudo apt-get install libxkbcommon-dev -y
2728 - run : cargo install cargo-deb
2829 - run : cargo install cargo-generate-rpm
2930
Original file line number Diff line number Diff line change 2323 AW_WEBUI_DIR : ${{ github.workspace }}/src/bundle
2424 steps :
2525 - uses : actions/checkout@v4
26- - run : sudo apt-get install -y libdbus-1-dev
26+ - run : sudo apt-get install -y libdbus-1-dev libxkbcommon-dev
2727 - uses : dtolnay/rust-toolchain@stable
2828 with :
2929 components : clippy
3535 AW_WEBUI_DIR : ${{ github.workspace }}/src/bundle
3636 steps :
3737 - uses : actions/checkout@v4
38- - run : sudo apt-get install -y libdbus-1-dev
38+ - run : sudo apt-get install -y libdbus-1-dev libxkbcommon-dev
3939 - uses : dtolnay/rust-toolchain@stable
4040 with :
4141 components : clippy
4747 AW_WEBUI_DIR : ${{ github.workspace }}/src/bundle
4848 steps :
4949 - uses : actions/checkout@v4
50- - run : sudo apt-get install -y libdbus-1-dev
50+ - run : sudo apt-get install -y libdbus-1-dev libxkbcommon-dev
5151 - uses : dtolnay/rust-toolchain@stable
5252 - uses : Swatinem/rust-cache@v2
5353 - run : cargo test --all-features --workspace
Original file line number Diff line number Diff line change 1- /target
1+ /** / target
22src /bundle /logo.argb32
33lcov.info
You can’t perform that action at this time.
0 commit comments