Skip to content

Commit 76bcd95

Browse files
crumblingstatuetorokati44
authored andcommitted
ci: Remove unnecessary Linux dependencies from GitHub workflows
1 parent c12130a commit 76bcd95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: runner.os == 'Linux'
118118
run: |
119119
sudo apt-get update
120-
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev libudev-dev
120+
sudo apt install -y libasound2-dev libudev-dev
121121
122122
- name: Install WiX
123123
run: |

.github/workflows/test_rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: runner.os == 'Linux'
7878
run: |
7979
sudo apt-get update
80-
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev mesa-vulkan-drivers libpango1.0-dev libudev-dev
80+
sudo apt install -y libasound2-dev mesa-vulkan-drivers libudev-dev
8181
8282
# Needed after: https://github.com/rust-lang/rust/pull/124129
8383
# See also: https://github.com/dtolnay/linkme/issues/94
@@ -142,7 +142,7 @@ jobs:
142142
- name: Install Linux dependencies
143143
run: |
144144
sudo apt-get update
145-
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev mesa-vulkan-drivers libpango1.0-dev libudev-dev
145+
sudo apt install -y libasound2-dev mesa-vulkan-drivers libudev-dev
146146
147147
- name: Check formatting
148148
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)