We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402ca81 commit 193cb13Copy full SHA for 193cb13
test/runtests.jl
@@ -18,10 +18,12 @@ ENV["JULIA_PKG_SERVER"] = ""
18
19
@static if Base.VERSION < v"1.11"
20
# BrokenRecord fails to precompile on Julia 1.11
21
- Pkg.add(;
22
- name = "BrokenRecord",
23
- uuid = "bdd55f5b-6e67-4da1-a080-6086e55655a0",
24
- version = "0.1.9",
+ Pkg.add(
+ Pkg.PackageSpec(;
+ name = "BrokenRecord",
+ uuid = "bdd55f5b-6e67-4da1-a080-6086e55655a0",
25
+ version = "0.1.9",
26
+ )
27
)
28
import BrokenRecord
29
end
0 commit comments