From ea5033375204e9a1ce13e043bc28e272020b0615 Mon Sep 17 00:00:00 2001 From: Jeron Aldaron Lau Date: Tue, 5 Nov 2024 15:45:04 -0600 Subject: [PATCH] GH actions: cargo update in unstable feature action --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0611f33..1e16301 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -44,7 +44,8 @@ jobs: tool: cargo-hack,cargo-minimal-versions - run: rustup set profile minimal - run: rustup toolchain install ${{ matrix.tc }} - - run: cargo +${{ matrix.tc }} minimal-versions test --all --all-features + - run: cargo update + - run: cargo +${{ matrix.tc }} test --all --all-features cross-compile: runs-on: ${{ matrix.os }} strategy: