ci(rust): revert cache and jq install
This commit is contained in:
parent
28bbd0d16e
commit
d16a7d6b53
1 changed files with 1 additions and 2 deletions
|
@ -7,10 +7,9 @@ jobs:
|
||||||
image: rust
|
image: rust
|
||||||
steps:
|
steps:
|
||||||
# nodejs is required for the checkout action
|
# nodejs is required for the checkout action
|
||||||
- run: curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs jq
|
- run: curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup component add rustfmt clippy
|
- run: rustup component add rustfmt clippy
|
||||||
- uses: https://github.com/Leafwing-Studios/cargo-cache@v2
|
|
||||||
- run: cargo fmt -- --check
|
- run: cargo fmt -- --check
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- run: cargo clippy -- -D warnings
|
- run: cargo clippy -- -D warnings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue