Skip to content

Commit

Permalink
Testing fix for the i686-pc-windows-gnu test build
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Sep 24, 2023
1 parent be7b686 commit eecaccb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit eecaccb

Please sign in to comment.