Skip to content

Commit 7c3b1b7

Browse files
committed
install libgtk-3-0
1 parent 738e43f commit 7c3b1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ jobs:
121121
steps:
122122
- uses: actions/checkout@v2
123123

124-
- name: install libgtk-3-0
124+
- name: install libgtk2.0-0
125125
run: |
126-
sudo apt-get install libgtk-3-0
126+
sudo apt-get install -y libgtk2.0-0
127127
128128
- name: Get Date
129129
id: get-date

0 commit comments

Comments
 (0)