Skip to content

Commit

Permalink
Upgrade cross image for windows
Browse files Browse the repository at this point in the history
Cross uses an old image by default and there's a problem that is
resolved in the newest wine version, so this commit upgrades the
image.
  • Loading branch information
Kixunil committed Jul 4, 2024
1 parent 24e81ee commit 33a1893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-pc-windows-gnu]
image = "ghcr.io/cross-rs/x86_64-pc-windows-gnu:main"

0 comments on commit 33a1893

Please sign in to comment.