ci(rust): install jq

This commit is contained in:
aria 2025-07-11 22:44:33 +10:00
parent 5c83c599f0
commit 28bbd0d16e
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -7,7 +7,7 @@ jobs:
image: rust
steps:
# 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
- run: rustup component add rustfmt clippy
- uses: https://github.com/Leafwing-Studios/cargo-cache@v2