Skip to content

Commit 1bbdb70

Browse files
committed
update ci gtk packge
1 parent 485f692 commit 1bbdb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Install system dependencies (Ubuntu)
5454
if: runner.os == 'Linux' && !startsWith(matrix.container, 'alpine')
55-
run: sudo apt-get update && sudo apt-get install libgtk3.0-dev
55+
run: sudo apt-get update && sudo apt-get install libgtk-3-dev
5656

5757
- name: Install system dependencies (macOS)
5858
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)