From 566fa024d8a1ebe216998e65dcbc0378470a1943 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 22 Dec 2024 11:00:39 -0600 Subject: [PATCH] Use actions-rust-cross v1 --- .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..7e9317d 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@v1 with: command: "build" target: ${{ matrix.platform.target }}