Skip to content

Commit d78a85d

Browse files
committed
tweaks to workflows
1 parent b6efbfc commit d78a85d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/checks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
checks: write
1414
secrets:
1515
DEDICATED_TOKEN: ${{ secrets.DEDICATED_TOKEN }}
16+
with:
17+
linux_dependencies: libasound2-dev libudev-dev

.github/workflows/release-plz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
DEDICATED_TOKEN: ${{ secrets.DEDICATED_TOKEN }}
2020
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2121
with:
22-
linux_dependencies: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
22+
linux_dependencies: libasound2-dev libudev-dev

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
secrets:
1313
DEDICATED_TOKEN: ${{ secrets.DEDICATED_TOKEN }}
1414
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

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,4 @@ pr-run-mode = "plan"
5656
[workspace.metadata.dist.dependencies.apt]
5757
libasound2-dev = "*"
5858
libudev-dev = "*"
59-
libwayland-dev = "*"
60-
libxkbcommon-dev = "*"
6159

0 commit comments

Comments
 (0)