From de2db7eb048ffce858b84fface210bd4140718bb Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Thu, 9 Jan 2025 23:58:01 +0100 Subject: [PATCH] Install current target for semver-checks --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 442f962..bacf995 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,6 +131,8 @@ jobs: sudo apt-get -qq -y install build-essential curl git pkg-config libudev-dev - uses: actions/checkout@v2 - uses: dtolnay/rust-toolchain@stable + with: + target: ${{ matrix.target }} - uses: Swatinem/rust-cache@v2 - uses: obi1kenobi/cargo-semver-checks-action@v2 with: