CI should use cargo fmt and not cargo update

This commit is contained in:
Ryan Butler
2024-02-23 01:02:58 -05:00
parent 0799670f73
commit f8de3fc7fb
2 changed files with 2 additions and 2 deletions

View File

@@ -22,8 +22,7 @@ jobs:
run: sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev libudev-dev libopenxr-loader1 libopenxr-dev
- name: "Checks"
run: |
cargo update
#cargo fmt --check
cargo fmt --check --all
#cargo clippy --no-deps --tests -- -D warnings
#cargo rustdoc -- -D warnings
- name: "Build"