Skip to content

Commit

Permalink
Fix failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Nov 15, 2023
1 parent c350ac0 commit 9e02ccc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
runs-on: macos-latest
no-test: true

- target: i686-pc-windows-gnu
runs-on: windows-latest
mingw: x86
# - target: i686-pc-windows-gnu
# runs-on: windows-latest
# mingw: x86
- target: i686-pc-windows-msvc
runs-on: windows-latest
- target: x86_64-pc-windows-gnu
runs-on: windows-latest
mingw: x64
# - target: x86_64-pc-windows-gnu
# runs-on: windows-latest
# mingw: x64
- target: x86_64-pc-windows-msvc
runs-on: windows-latest
- target: aarch64-pc-windows-msvc
Expand Down

0 comments on commit 9e02ccc

Please sign in to comment.