Skip to content

Commit 1c9bdc9

Browse files
authored
Fix CI dependencies
1 parent 2f74e4e commit 1c9bdc9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/go.yml

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ jobs:
1818
with:
1919
submodules: 'true'
2020

21+
22+
23+
- name: Install dependency packages
24+
uses: amitie10g/[email protected]
25+
with:
26+
apt: libgtk-3-dev libwebkit2gtk-4.0-dev
27+
28+
29+
2130
- name: Set up Go
2231
uses: actions/setup-go@v4
2332
with:

0 commit comments

Comments
 (0)