From d16a7d6b5352d1bf09952299e2ac2bfa4aca81e0 Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 11 Jul 2025 22:50:45 +1000 Subject: [PATCH] ci(rust): revert cache and jq install --- .forgejo/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 2155323..788c0d0 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -7,10 +7,9 @@ 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 jq + - run: curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs - uses: actions/checkout@v4 - run: rustup component add rustfmt clippy - - uses: https://github.com/Leafwing-Studios/cargo-cache@v2 - run: cargo fmt -- --check continue-on-error: true - run: cargo clippy -- -D warnings