We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5559c67 commit 76acf4dCopy full SHA for 76acf4d
.github/workflows/go.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/setup-go@v4
21
with:
22
go-version: '1.22.2'
23
+ - name: Install dependencies
24
+ run: apt install -y libgtk-3-dev libcairo2-dev libglib2.0-dev
25
26
- name: Build
27
run: go build -v ./...
0 commit comments