Skip to content

Commit

Permalink
take 7
Browse files Browse the repository at this point in the history
  • Loading branch information
leios committed Apr 16, 2024
1 parent 1a8a7ee commit cc5662a
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 @@ -36,7 +36,7 @@ steps:
println("+++ :julia: Building support library")
filename = Base.find_package("oneAPI")
filename = filename[1:findfirst("oneAPI.jl", filename)[1]-1]
filename *= "/deps/build_ci.jl"
filename *= "../deps/build_ci.jl"
include(filename)
Pkg.activate()
Expand Down

0 comments on commit cc5662a

Please sign in to comment.