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 82f1c3c commit a53dae3Copy full SHA for a53dae3
.buildkite/pipeline.yml
@@ -34,7 +34,7 @@ steps:
34
Pkg.add(; url="https://github.com/leios/oneAPI.jl/", rev="GtK_transition")
35
36
println("+++ :julia: Building support library")
37
- include(Base.find_package("oneAPI")*"/deps/build_ci.jl"))
+ include(Base.find_package("oneAPI")*"/deps/build_ci.jl")
38
Pkg.activate()
39
40
println("+++ :julia: Running tests")
0 commit comments