From 1694b41b1107e8e221f9d88cc5f5f7e00c1dcad5 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Wed, 27 Nov 2024 17:54:33 +0100 Subject: [PATCH] try use updated windows compilers in PackageCompiler (#1120) (cherry picked from commit 43b541efb870570a78b9acbf72b12578e4dc4e85) --- .ci/Manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Manifest.toml b/.ci/Manifest.toml index 6e7a090..d49c00c 100644 --- a/.ci/Manifest.toml +++ b/.ci/Manifest.toml @@ -120,7 +120,7 @@ version = "0.3.27+1" [[deps.PackageCompiler]] deps = ["Artifacts", "Glob", "LazyArtifacts", "Libdl", "Pkg", "Printf", "RelocatableFolders", "TOML", "UUIDs", "p7zip_jll"] git-tree-sha1 = "946623a388d8cb5874a0e2cb062dbbcfbb90cea5" -repo-rev = "master" +repo-rev = "kc/artifacts" repo-url = "https://github.com/JuliaLang/PackageCompiler.jl.git" uuid = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d" version = "2.1.24"