Skip to content

Commit 76acf4d

Browse files
authored
Update go.yml
1 parent 5559c67 commit 76acf4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-go@v4
2121
with:
2222
go-version: '1.22.2'
23+
- name: Install dependencies
24+
run: apt install -y libgtk-3-dev libcairo2-dev libglib2.0-dev
2325

2426
- name: Build
2527
run: go build -v ./...

0 commit comments

Comments
 (0)