We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8a7ee commit cc5662aCopy full SHA for cc5662a
.buildkite/pipeline.yml
@@ -36,7 +36,7 @@ steps:
36
println("+++ :julia: Building support library")
37
filename = Base.find_package("oneAPI")
38
filename = filename[1:findfirst("oneAPI.jl", filename)[1]-1]
39
- filename *= "/deps/build_ci.jl"
+ filename *= "../deps/build_ci.jl"
40
include(filename)
41
Pkg.activate()
42
0 commit comments