Skip to content

Commit 425ed4a

Browse files
committed
agffd
1 parent 3221dad commit 425ed4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
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
@@ -59,7 +59,7 @@ steps:
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
@@ -86,7 +86,7 @@ steps:
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

0 commit comments

Comments
 (0)