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 68
68
with :
69
69
go-version : ${{ env.GO_VERSION }}
70
70
71
- # dependencies used for compiling the GUI
72
- - name : Install Dependencies (Linux)
73
- run : sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev
74
- if : matrix.os == 'ubuntu-20.04'
75
-
76
71
- name : Install Go deps
77
72
run : go install github.com/sanbornm/go-selfupdate/...@latest
78
73
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