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 92
92
with :
93
93
go-version : ${{ env.GO_VERSION }}
94
94
95
- # dependencies used for compiling the GUI
96
- - name : Install Dependencies (Linux)
97
- run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev
98
- if : runner.os == 'Linux'
99
-
100
95
- name : Install Task
101
96
uses : arduino/setup-task@v1
102
97
with :
Original file line number Diff line number Diff line change 70
70
with :
71
71
go-version : ${{ env.GO_VERSION }}
72
72
73
- # dependencies used for compiling the GUI
74
- - name : Install Dependencies (Linux)
75
- run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev
76
- if : matrix.os == 'ubuntu-20.04'
77
-
78
73
- name : Install Go deps
79
74
run : go install github.com/sanbornm/go-selfupdate/...@latest
80
75
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