Skip to content

Commit 97c38c5

Browse files
committed
fix:ci:linux update gtk on ci
1 parent 825d696 commit 97c38c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Setup requirements
3333
command: |
3434
bash scripts/setup_common_requirements.sh
35-
apt-get install -y libpng-dev libfreetype6-dev libdbus-glib-1-dev libgtk2.0-dev curl
35+
apt-get install -y libpng-dev libfreetype6-dev libdbus-glib-1-dev libgtk3-dev curl
3636
- run:
3737
name: Build for Linux
3838
command: bash scripts/build_linux.sh

0 commit comments

Comments
 (0)