Skip to content

Commit 3221dad

Browse files
committed
getr
1 parent ccb8d3b commit 3221dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ steps:
8686
using Pkg
8787
8888
println("--- :julia: Instantiating project")
89-
Pkg.add("pocl_jll")
89+
Pkg.add("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")
115+
Pkg.add("pocl_jll", version="7.0.0")
116116
Pkg.add("InteractiveUtils")
117117
Pkg.develop(path="lib/intrinsics")
118118

0 commit comments

Comments
 (0)