File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
96
96
# dependencies used for compiling the GUI
97
97
- name : Install Dependencies (Linux)
98
- run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3 -dev
98
+ run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3 -dev
99
99
if : runner.os == 'Linux'
100
100
101
101
- name : Install Task
Original file line number Diff line number Diff line change 64
64
65
65
# dependencies used for compiling the GUI
66
66
- name : Install Dependencies (Linux)
67
- run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3 -dev
67
+ run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3 -dev
68
68
if : matrix.os == 'ubuntu-18.04'
69
69
70
70
- name : Install Go deps
Original file line number Diff line number Diff line change 93
93
94
94
# https://github.com/getlantern/systray#linux
95
95
- name : Install Dependencies (Linux)
96
- run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3 -dev
96
+ run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3 -dev
97
97
if : matrix.operating-system == 'ubuntu-latest'
98
98
99
99
- name : Run tests
You can’t perform that action at this time.
0 commit comments