Skip to content

Commit

Permalink
update libgtk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Rogers committed Jan 2, 2019
1 parent 197bc1a commit ab6aab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Install OS-level Dependencies
command: |
sudo apt-get update
sudo apt-get install -y libgtk-3 --no-install-recommends
sudo apt-get install -y libgtk-3-0 --no-install-recommends
- restore_cache:
# This caching strategy isn't ideal, but CircleCI's current support for monorepos is poor, and this works well enough
keys:
Expand Down

0 comments on commit ab6aab5

Please sign in to comment.