Skip to content

Commit

Permalink
Installing libgtk-3-dev on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Sep 1, 2024
1 parent 693f44f commit 105098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libatk1.0-dev librust-atk-dev
run: sudo apt-get update && sudo apt-get install -y libatk1.0-dev librust-atk-dev libgtk-3-dev
- uses: actions/checkout@v2
- name: All targets checks
run: cargo check --workspace --all-targets
Expand Down

0 comments on commit 105098c

Please sign in to comment.