Skip to content

Commit 87210cd

Browse files
committed
remove useless dep install, no dependency is required with this fork
see https://github.com/fyne-io/systray#linuxbsd
1 parent cf8c40a commit 87210cd

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.github/workflows/publish-go-tester-task.yml

-5
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ jobs:
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:

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ jobs:
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

.github/workflows/test-go-task.yml

-5
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)