ci(rust): install jq
This commit is contained in:
parent
5c83c599f0
commit
28bbd0d16e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ 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
|
- run: curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs jq
|
||||||
- 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
|
- uses: https://github.com/Leafwing-Studios/cargo-cache@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue