From 5d34d59b5778b04c9cd3f10568869c2ca36e0320 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 403d861..2e8419d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,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 }}