Skip to content

Commit d44f4bd

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

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
@@ -92,11 +92,6 @@ jobs:
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:

.github/workflows/release.yml

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

.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)