From 28bbd0d16e23b6fba18c8dde4e82dc7e6e113ebb Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 11 Jul 2025 22:44:33 +1000 Subject: [PATCH] ci(rust): install jq --- .forgejo/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 539b20e..2155323 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -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