Skip to content

Commit ad21d2d

Browse files
committed
[*] fix github action
1 parent c54e3fc commit ad21d2d

File tree

6 files changed

+4
-498
lines changed

6 files changed

+4
-498
lines changed

.github/workflows/linux-portal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: echo "The ${{ github.workspace }} is now ready to test your code on the runner."
1818
- run: ls ${{ github.workspace }}
1919
- run: sudo apt update
20-
- run: sudo apt install libxcb-composite0-dev upx imagemagick libasound2-dev libpipewire-0.3-dev libx264-dev
20+
- run: sudo apt install libxcb-composite0-dev upx imagemagick libasound2-dev libpipewire-0.3-dev libx264-dev libx11-dev libxi-dev libxtst-dev libevdev-dev
2121

2222
- run: echo "start install Rust..."
2323
- name: Install Rust

.github/workflows/linux-wlr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: echo "The ${{ github.workspace }} is now ready to test your code on the runner."
1818
- run: ls ${{ github.workspace }}
1919
- run: sudo apt update
20-
- run: sudo apt install libxcb-composite0-dev upx imagemagick libasound2-dev libpipewire-0.3-dev libx264-dev
20+
- run: sudo apt install libxcb-composite0-dev upx imagemagick libasound2-dev libpipewire-0.3-dev libx264-dev libx11-dev libxi-dev libxtst-dev libevdev-dev
2121

2222
- run: echo "start install Rust..."
2323
- name: Install Rust

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ clippy:
101101
cargo clippy $(proj-features)
102102

103103
check:
104-
cargo check $(proj-features)
104+
cargo check --no-default-features $(proj-features)
105105

106106
clean:
107107
cargo clean

SUMMARY.md

Lines changed: 0 additions & 247 deletions
This file was deleted.

0 commit comments

Comments
 (0)