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 b413f7c commit 1a8a7eeCopy full SHA for 1a8a7ee
.buildkite/pipeline.yml
@@ -35,7 +35,7 @@ steps:
35
36
println("+++ :julia: Building support library")
37
filename = Base.find_package("oneAPI")
38
- filename = filename[1:findfirst("oneAPI", filename)[1]-1]
+ filename = filename[1:findfirst("oneAPI.jl", filename)[1]-1]
39
filename *= "/deps/build_ci.jl"
40
include(filename)
41
Pkg.activate()
0 commit comments