From 33a1893c14f242ba0653bbb26a9dad6f83ea81c2 Mon Sep 17 00:00:00 2001 From: Martin Habovstiak Date: Thu, 4 Jul 2024 10:17:26 +0200 Subject: [PATCH] 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. --- Cross.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Cross.toml diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 000000000..cc9bc4cfb --- /dev/null +++ b/Cross.toml @@ -0,0 +1,2 @@ +[target.x86_64-pc-windows-gnu] +image = "ghcr.io/cross-rs/x86_64-pc-windows-gnu:main"