mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add update step
This commit is contained in:
parent
e81c0cb3a0
commit
3f4a20e17f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -20,6 +20,8 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run rustfmt
|
- name: Run rustfmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
- name: Update packages index
|
||||||
|
run: sudo apt update
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
run: sudo apt install -y libgtk-4-dev libgtksourceview-5-dev libadwaita-1-dev libspelling-1-dev libsqlite3-dev
|
run: sudo apt install -y libgtk-4-dev libgtksourceview-5-dev libadwaita-1-dev libspelling-1-dev libsqlite3-dev
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue