We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bacdc commit 75e9c89Copy full SHA for 75e9c89
.github/workflows/check-go-task.yml
@@ -81,6 +81,9 @@ jobs:
81
repo-token: ${{ secrets.GITHUB_TOKEN }}
82
version: 3.x
83
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
+
87
- name: Check for errors
88
env:
89
GO_MODULE_PATH: ${{ matrix.module.path }}
0 commit comments