From edcbead52bf2a83dcc798878b7c48f648d8599ee Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 21 Dec 2024 18:21:59 -0600 Subject: [PATCH] Try cache-testing branch --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 403d861..eed6c5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,10 +104,6 @@ jobs: toolchain: nightly steps: - uses: actions/checkout@v4 - - name: Cache cargo & target directories - uses: Swatinem/rust-cache@v2 - with: - key: "v2" - name: Configure Git run: | git config --global user.email "jdoe@example.com" @@ -126,7 +122,7 @@ jobs: run: sudo apt-get update --yes && sudo apt-get install --yes pkg-config openssl libssl-dev if: matrix.platform.features == 'native-tls' - name: Build binary - uses: houseabsolute/actions-rust-cross@v0 + uses: houseabsolute/actions-rust-cross@cache-testing with: command: "build" target: ${{ matrix.platform.target }}