Skip to content

Commit b413f7c

Browse files
committed
take 5
1 parent 187d08e commit b413f7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ steps:
3434
Pkg.add(; url="https://github.com/leios/oneAPI.jl/", rev="GtK_transition")
3535
3636
println("+++ :julia: Building support library")
37-
import oneAPI
38-
include(joinpath(dirname(pathof(oneAPI)), "..")*"/deps/build_ci.jl")
37+
filename = Base.find_package("oneAPI")
38+
filename = filename[1:findfirst("oneAPI", filename)[1]-1]
39+
filename *= "/deps/build_ci.jl"
40+
include(filename)
3941
Pkg.activate()
4042
4143
println("+++ :julia: Running tests")

0 commit comments

Comments
 (0)