Skip to content

Commit

Permalink
ci: Use latest stable wine in testing
Browse files Browse the repository at this point in the history
This works around bugs in Rust v1.78 that introduce incompatibilities
into Wine.

#201 (comment)

Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed May 4, 2024
1 parent 0b4afca commit cf2d60e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
- uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: x86_64-pc-windows-gnu
runner: wine@7.13
- run: cargo test --target x86_64-pc-windows-gnu

msrv:
Expand Down

0 comments on commit cf2d60e

Please sign in to comment.