Skip to content

Commit

Permalink
ci: add libawaita dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Aug 4, 2024
1 parent 7788225 commit 8bf2173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install gtk deps
run: sudo apt update && sudo apt install -y libatk1.0-dev libpango1.0-dev libgtk-4-dev
run: sudo apt update && sudo apt install -y libatk1.0-dev libpango1.0-dev libgtk-4-dev libadwaita-1-dev
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 8bf2173

Please sign in to comment.