From eecaccb1f5d548ec21e203b0c0553284edc13f68 Mon Sep 17 00:00:00 2001 From: svartalf Date: Sun, 24 Sep 2023 19:06:31 +0200 Subject: [PATCH] Testing fix for the i686-pc-windows-gnu test build --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c57ed11..4fd9b78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,11 @@ jobs: - uses: taiki-e/install-action@v2 with: tool: cross + # Based on https://github.com/actions/runner-images/issues/2549#issuecomment-770632307 + - name: add mingw32 to path + shell: bash + run: | + echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH - name: Check without features run: cargo check --target=${{ matrix.target }}