From 484b722a49be1c8259e93121b6cea5e1b438f865 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Wed, 10 May 2023 18:10:04 +0100 Subject: [PATCH] feat: update ci to use docker container --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bef25ae3..7cc37f4d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,7 +85,10 @@ jobs: profile: minimal toolchain: stable target: ${{ matrix.platform.rust_target }} - - uses: Swatinem/rust-cache@v2 + + - name: "Cache Rust" + if: matrix.platform == 'windows-latest' || matrix.platform == 'macos-latest' + uses: Swatinem/rust-cache@v2 with: workspaces: "./src-tauri -> target"