mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-27 11:34:14 +00:00
add update step
This commit is contained in:
parent
e81c0cb3a0
commit
3f4a20e17f
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user