Skip to content

Commit 3b25e8e

Browse files
committed
install dependencies
1 parent 585d9e7 commit 3b25e8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
repo-token: ${{ secrets.GITHUB_TOKEN }}
8282
version: 3.x
8383

84+
- name: Install Dependencies
85+
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev
86+
8487
- name: Check for errors
8588
env:
8689
GO_MODULE_PATH: ${{ matrix.module.path }}

0 commit comments

Comments
 (0)