Commit d78a85d 1 parent b6efbfc commit d78a85d Copy full SHA for d78a85d
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
checks : write
14
14
secrets :
15
15
DEDICATED_TOKEN : ${{ secrets.DEDICATED_TOKEN }}
16
+ with :
17
+ linux_dependencies : libasound2-dev libudev-dev
Original file line number Diff line number Diff line change 19
19
DEDICATED_TOKEN : ${{ secrets.DEDICATED_TOKEN }}
20
20
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
21
21
with :
22
- linux_dependencies : libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
22
+ linux_dependencies : libasound2-dev libudev-dev
Original file line number Diff line number Diff line change 12
12
secrets :
13
13
DEDICATED_TOKEN : ${{ secrets.DEDICATED_TOKEN }}
14
14
with :
15
- crate_type : " bin"
16
- linux_dependencies : " libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev "
15
+ crate_type : bin
16
+ linux_dependencies : libasound2-dev libudev-dev
Original file line number Diff line number Diff line change @@ -56,6 +56,4 @@ pr-run-mode = "plan"
56
56
[workspace .metadata .dist .dependencies .apt ]
57
57
libasound2-dev = " *"
58
58
libudev-dev = " *"
59
- libwayland-dev = " *"
60
- libxkbcommon-dev = " *"
61
59
You can’t perform that action at this time.
0 commit comments