Skip to content

Commit 33c973c

Browse files
committed
Update package indexing
1 parent 26c57f1 commit 33c973c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registryindexer/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ max_tasks = length(ARGS)>1 ? parse(Int, ARGS[2]) : 1
66

77
julia_versions = [v"1.6.1"]
88

9-
using Pkg, UUIDs, Tar,
9+
using Pkg, UUIDs, Tar, CodecZlib
1010

1111
Pkg.activate(@__DIR__)
1212
Pkg.instantiate()

0 commit comments

Comments
 (0)