Skip to content

Commit 0614767

Browse files
committed
modifying ci build script to point to correct branch
1 parent e7c51ef commit 0614767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/build_ci.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if isdir(joinpath(@__DIR__), "..", ".git")
1616
@info "Latest change to the wrappers: $(unix2datetime(deps_timestamp))"
1717

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

0 commit comments

Comments
 (0)