Skip to content

Commit ccb8d3b

Browse files
committed
greaf
1 parent a100e78 commit ccb8d3b

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
@@ -33,7 +33,7 @@ steps:
3333
using Pkg
3434
3535
println("--- :julia: Instantiating project")
36-
Pkg.add("pocl_jll")
36+
Pkg.add("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")
62+
Pkg.add("pocl_jll", version="7.0.0")
6363
Pkg.add("InteractiveUtils")
6464
Pkg.develop(path="lib/intrinsics")
6565

0 commit comments

Comments
 (0)