Skip to content

Commit 8bb336d

Browse files
committed
Debug Windows CI failure
1 parent 3fcde22 commit 8bb336d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/recipes.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ const stdlib_names = Set([
199199
:Serialization, :SHA, :SharedArrays, :Sockets, :SparseArrays,
200200
:Statistics, :SuiteSparse, :Test, :Unicode, :UUIDs,
201201
:TOML, :Artifacts, :LibCURL_jll, :LibCURL, :MozillaCACerts_jll,
202-
:Downloads, :Tar, :ArgTools, :NetworkOptions, :PCRE2_jll, :Zlib_jll])
202+
:Downloads, :Tar, :ArgTools, :NetworkOptions,
203+
# :PCRE2_jll, :Zlib_jll
204+
])
203205

204206
# This replacement is needed because the path written during compilation differs from
205207
# the git source path

0 commit comments

Comments
 (0)