Skip to content

Commit 831df44

Browse files
committed
remove extra dependencies
1 parent 588a99d commit 831df44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: matrix.platform == 'linux'
4040
run: |
4141
sudo apt-get update
42-
sudo apt-get install -y libasound2-dev libjack-jackd2-dev libxkbcommon-dev protobuf-compiler libgtk-3-dev libxdo-dev libappindicator3-dev
42+
sudo apt-get install -y libasound2-dev libjack-jackd2-dev libxkbcommon-dev protobuf-compiler
4343
4444
- name: Install dependencies (Windows)
4545
if: matrix.platform == 'windows'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: matrix.platform == 'linux'
3434
run: |
3535
sudo apt-get update
36-
sudo apt-get install -y libasound2-dev libjack-jackd2-dev libxkbcommon-dev protobuf-compiler libgtk-3-dev libxdo-dev libappindicator3-dev
36+
sudo apt-get install -y libasound2-dev libjack-jackd2-dev libxkbcommon-dev protobuf-compiler
3737
3838
- name: Install dependencies (Windows)
3939
if: matrix.platform == 'windows'

0 commit comments

Comments
 (0)