Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install GTK4
run: sudo apt update && sudo apt install libgtk-4-dev build-essential
run: sudo apt update && sudo apt install libgtk-4-dev build-essential libadwaita-1-dev
- run: rustup toolchain install 1.75 --profile minimal
- name: Restore build cache
uses: Swatinem/rust-cache@v2.7.5
Expand Down
Loading
Loading