Upgrade cross image for windows

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.
This commit is contained in:
Martin Habovstiak 2024-07-04 10:17:26 +02:00
parent 24e81eeadb
commit 33a1893c14
1 changed files with 2 additions and 0 deletions

2
Cross.toml Normal file
View File

@ -0,0 +1,2 @@
[target.x86_64-pc-windows-gnu]
image = "ghcr.io/cross-rs/x86_64-pc-windows-gnu:main"