File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 toolchain : stable
2727 - name : Install alsa and udev
28- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
28+ run : sudo apt-get update; sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon -dev
2929 if : runner.os == 'linux'
3030 - name : Build & run tests
3131 run : cargo test
4646 with :
4747 toolchain : stable
4848 - name : Install alsa and udev
49- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
49+ run : sudo apt-get update; sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland -dev
5050 - name : Run doc tests with all features (this also compiles README examples)
5151 run : cargo test --doc --all-features
5252 lint :
6767 toolchain : stable
6868 components : rustfmt, clippy
6969 - name : Install alsa and udev
70- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
70+ run : sudo apt-get update; sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland -dev
7171 - name : Run clippy
7272 run : cargo clippy --workspace --all-targets --all-features -- -Dwarnings
7373 - name : Check format
Original file line number Diff line number Diff line change 1818 with :
1919 toolchain : stable
2020 - name : Install Dependencies
21- run : sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
21+ run : sudo apt-get update; sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland -dev
2222 - name : Install trunk
23232424 with :
Original file line number Diff line number Diff line change 3434 timeout-minutes : 40
3535 steps :
3636 - name : Install Dependencies
37- run : sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev lld llvm
37+ run : sudo apt-get update; sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland -dev lld llvm
3838 - uses : actions/checkout@v4
3939 - uses : dtolnay/rust-toolchain@stable
4040 - name : Add Android targets
Original file line number Diff line number Diff line change 9494 with :
9595 toolchain : stable
9696 - name : Install Dependencies
97- run : sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
97+ run : sudo apt-get update; sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland -dev
9898 - name : Build release
9999 run : |
100100 cargo build --profile dist
@@ -184,7 +184,7 @@ jobs:
184184 with :
185185 toolchain : stable
186186 - name : Install Dependencies
187- run : sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
187+ run : sudo apt-get update; sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland -dev
188188 - name : Install trunk
189189190190 with :
You can’t perform that action at this time.
0 commit comments