Skip to content

Commit bd19375

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

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
@@ -68,11 +68,6 @@ jobs:
6868
with:
6969
go-version: ${{ env.GO_VERSION }}
7070

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-
7671
- name: Install Go deps
7772
run: go install github.com/sanbornm/go-selfupdate/...@latest
7873

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