mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update rustup/cargo on build
This commit is contained in:
parent
ce4366086c
commit
bb9150be44
1 changed files with 4 additions and 2 deletions
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
|
@ -18,10 +18,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run rustfmt
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Update packages index
|
||||
run: sudo apt update
|
||||
run: rustup update
|
||||
run: cargo update
|
||||
- name: Run rustfmt
|
||||
run: cargo fmt --all -- --check
|
||||
- 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…
Add table
Add a link
Reference in a new issue