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 9292 with :
9393 go-version : ${{ env.GO_VERSION }}
9494
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-
10095 - name : Install Task
10196 uses : arduino/setup-task@v1
10297 with :
Original file line number Diff line number Diff line change 7070 with :
7171 go-version : ${{ env.GO_VERSION }}
7272
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-
7873 - name : Install Go deps
7974 run : go install github.com/sanbornm/go-selfupdate/...@latest
8075
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