Skip to content

Commit e2c101c

Browse files
committed
dhtrgs
1 parent 647376b commit e2c101c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ steps:
103103
julia -e 'println("--- :julia: Instantiating project")
104104
using Pkg
105105
Pkg.develop(; path=pwd())
106-
Pkg.develop(; name="oneAPI")' || exit 3
106+
Pkg.add(; url="https://github.com/JuliaGPU/oneAPI.jl", rev="amontoison-patch-1")' || exit 3
107107
108108
julia -e 'println("+++ :julia: Running tests")
109109
using Pkg

0 commit comments

Comments
 (0)