Skip to content

Commit

Permalink
add update step
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Dec 19, 2024
1 parent e81c0cb commit 3f4a20e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v4
- name: Run rustfmt
run: cargo fmt --all -- --check
- name: Update packages index
run: sudo apt update
- name: Install system packages
run: sudo apt install -y libgtk-4-dev libgtksourceview-5-dev libadwaita-1-dev libspelling-1-dev libsqlite3-dev
- name: Run clippy
Expand Down

0 comments on commit 3f4a20e

Please sign in to comment.