Skip to content

Commit

Permalink
Instantiate before inspecting dependencies.
Browse files Browse the repository at this point in the history
The manifest isn't guaranteed to exist, now that we don't commit it.
  • Loading branch information
maleadt committed Oct 27, 2023
1 parent e394b5e commit 923a372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build_ci.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if isdir(joinpath(@__DIR__), "..", ".git")

# find out which version of oneAPI_Support_jll we are using
Pkg.activate(joinpath(@__DIR__, ".."))
Pkg.instantiate()
deps = collect(values(Pkg.dependencies()))
filter!(deps) do dep
dep.name == "oneAPI_Support_jll"
Expand Down

0 comments on commit 923a372

Please sign in to comment.