File tree 3 files changed +0
-15
lines changed
3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 93
93
with :
94
94
go-version : ${{ env.GO_VERSION }}
95
95
96
- # dependencies used for compiling the GUI
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
99
- if : runner.os == 'Linux'
100
-
101
96
- name : Install Task
102
97
uses : arduino/setup-task@v1
103
98
with :
Original file line number Diff line number Diff line change 62
62
with :
63
63
go-version : " 1.14"
64
64
65
- # dependencies used for compiling the GUI
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
68
- if : matrix.os == 'ubuntu-18.04'
69
-
70
65
- name : Install Go deps
71
66
# Since 10/23/2019 pwsh is the default shell
72
67
# on Windows, but pwsh fails to install protoc-gen-go so
Original file line number Diff line number Diff line change 91
91
repo-token : ${{ secrets.GITHUB_TOKEN }}
92
92
version : 3.x
93
93
94
- # https://github.com/getlantern/systray#linux
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
97
- if : matrix.operating-system == 'ubuntu-latest'
98
-
99
94
- name : Run tests
100
95
env :
101
96
GO_MODULE_PATH : ${{ matrix.module.path }}
You can’t perform that action at this time.
0 commit comments