From cdba3168c8c731267a53209d48aa16a557b09aba Mon Sep 17 00:00:00 2001 From: Martin Habovstiak Date: Thu, 4 Jul 2024 10:17:26 +0200 Subject: [PATCH] Downgrade cross image for windows The newest image is causing build failure, so this downgrades it. --- 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..fb60bf474 --- /dev/null +++ b/Cross.toml @@ -0,0 +1,2 @@ +[build.x86_64-pc-windows-gnu] +image = "ghcr.io/cross-rs/x86_64-pc-windows-gnu:0.2.4"