File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 using Pkg
3434
3535 println("--- :julia: Instantiating project")
36- Pkg.add("pocl_jll", version="7.0.0")
36+ Pkg.add(name= "pocl_jll", version="7.0.0")
3737 Pkg.add("InteractiveUtils")
3838 Pkg.develop(path="lib/intrinsics")
3939
5959 using Pkg
6060
6161 println("--- :julia: Instantiating project")
62- Pkg.add("pocl_jll", version="7.0.0")
62+ Pkg.add(name= "pocl_jll", version="7.0.0")
6363 Pkg.add("InteractiveUtils")
6464 Pkg.develop(path="lib/intrinsics")
6565
8686 using Pkg
8787
8888 println("--- :julia: Instantiating project")
89- Pkg.add("pocl_jll", version="7.0.0")
89+ Pkg.add(name= "pocl_jll", version="7.0.0")
9090 Pkg.add("InteractiveUtils")
9191 Pkg.develop(path="lib/intrinsics")
9292
@@ -112,7 +112,7 @@ steps:
112112 using Pkg
113113
114114 println("--- :julia: Instantiating project")
115- Pkg.add("pocl_jll", version="7.0.0")
115+ Pkg.add(name= "pocl_jll", version="7.0.0")
116116 Pkg.add("InteractiveUtils")
117117 Pkg.develop(path="lib/intrinsics")
118118
You can’t perform that action at this time.
0 commit comments