From 43410a5d082e0d6c7209cfd01dbf2b61b205591f Mon Sep 17 00:00:00 2001 From: James Hiew Date: Thu, 5 Dec 2024 13:58:11 +0000 Subject: [PATCH] ci: use rust cache when linting --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94236fd..b7bd71c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - name: Install system packages needed by Bevy run: | sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev + - uses: Swatinem/rust-cache@v2 - run: cargo clippy --all-targets test: runs-on: ubuntu-24.04