mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run rustfmt
|
|
||||||
run: cargo fmt --all -- --check
|
|
||||||
- name: Update packages index
|
- name: Update packages index
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
run: rustup update
|
||||||
|
run: cargo update
|
||||||
|
- name: Run rustfmt
|
||||||
|
run: cargo fmt --all -- --check
|
||||||
- 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