From 5c83c599f066c2b869498b8768d0e1df85dc2ecc Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 11 Jul 2025 22:41:14 +1000 Subject: [PATCH] ci(rust): cache cargo build files --- .forgejo/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 788c0d0..539b20e 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -10,6 +10,7 @@ jobs: - 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