File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed
Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 9393 with :
9494 go-version : ${{ env.GO_VERSION }}
9595
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-
10196 - name : Install Task
10297 uses : arduino/setup-task@v1
10398 with :
Original file line number Diff line number Diff line change 6262 with :
6363 go-version : " 1.14"
6464
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-
7065 - name : Install Go deps
7166 # Since 10/23/2019 pwsh is the default shell
7267 # on Windows, but pwsh fails to install protoc-gen-go so
Original file line number Diff line number Diff line change 9191 repo-token : ${{ secrets.GITHUB_TOKEN }}
9292 version : 3.x
9393
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-
9994 - name : Run tests
10095 env :
10196 GO_MODULE_PATH : ${{ matrix.module.path }}
You can’t perform that action at this time.
0 commit comments