Skip to content

Commit

Permalink
modifying ci build script to point to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
leios committed Jun 5, 2024
1 parent d357bce commit 042f330
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 @@ -16,6 +16,7 @@ if isdir(joinpath(@__DIR__), "..", ".git")
@info "Latest change to the wrappers: $(unix2datetime(deps_timestamp))"

# find out which version of oneAPI_Support_jll we are using
Pkg.add(; url="https://github.com/leios/GPUArrays.jl/", rev="yoyoyo_rebase_time")
Pkg.activate(joinpath(@__DIR__, ".."))
Pkg.instantiate()
deps = collect(values(Pkg.dependencies()))
Expand Down

0 comments on commit 042f330

Please sign in to comment.