From 38447e9c74b1327f47402d58869c6f613f6b2970 Mon Sep 17 00:00:00 2001 From: Cody Tapscott <84105208+topolarity@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:43:51 -0400 Subject: [PATCH] Fix `git-tree-sha1` for i686-w64-mingw32 GCC artifact Not sure how this was wrong, but saw this in CI and verified locally with `ArtifactUtils.jl` --- Artifacts.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artifacts.toml b/Artifacts.toml index 98745615..e29c3567 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -10,7 +10,7 @@ lazy = true [[mingw-w64]] arch = "i686" -git-tree-sha1 = "76b9f278e7de1d7dfdfe3a786afbe9c1e29003ea" +git-tree-sha1 = "85a99abd904b7d85813340fa459899f61fe2e9cc" os = "windows" lazy = true