Skip to content

Commit

Permalink
take 6
Browse files Browse the repository at this point in the history
  • Loading branch information
leios committed Apr 16, 2024
1 parent b413f7c commit 1a8a7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
println("+++ :julia: Building support library")
filename = Base.find_package("oneAPI")
filename = filename[1:findfirst("oneAPI", filename)[1]-1]
filename = filename[1:findfirst("oneAPI.jl", filename)[1]-1]
filename *= "/deps/build_ci.jl"
include(filename)
Pkg.activate()
Expand Down

0 comments on commit 1a8a7ee

Please sign in to comment.