File tree Expand file tree Collapse file tree 6 files changed +4
-498
lines changed
Expand file tree Collapse file tree 6 files changed +4
-498
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ clippy:
101101 cargo clippy $(proj-features )
102102
103103check :
104- cargo check $(proj-features )
104+ cargo check --no-default-features $(proj-features )
105105
106106clean :
107107 cargo clean
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments