Skip to content

Commit bfb52f8

Browse files
committed
fix aot ci
1 parent a9213b9 commit bfb52f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aot/compile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ using PackageCompiler
99
using Pkg
1010

1111
Pkg.activate(@__DIR__)
12+
Pkg.develop(PackageSpec(name="PyPreferences", path=joinpath(dirname(@__DIR__), "PyPreferences.jl")))
1213
Pkg.develop(PackageSpec(name="PyCall", path=dirname(@__DIR__)))
13-
Pkg.build("PyCall")
1414
Pkg.activate()
1515

1616
sysimage_path = joinpath(@__DIR__, "sys.$(Libdl.dlext)")

0 commit comments

Comments
 (0)