From 24689be6f7092a2eced3504c77f2e8cb02f3f2df Mon Sep 17 00:00:00 2001 From: elipeter Date: Wed, 25 Jun 2025 00:37:36 +0200 Subject: [PATCH] ci: Add rust-cache action to improve build performance --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f35c534c..ccc84259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: Swatinem/rust-cache@v2 - name: Build run: cargo build - name: Run linter