From 0614767f18c3c8ad94d0bb91ac44bc098269fdf3 Mon Sep 17 00:00:00 2001 From: James Schloss Date: Thu, 25 Apr 2024 12:42:36 +0200 Subject: [PATCH] modifying ci build script to point to correct branch --- deps/build_ci.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/build_ci.jl b/deps/build_ci.jl index 831872c8..68ed8c9c 100644 --- a/deps/build_ci.jl +++ b/deps/build_ci.jl @@ -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()))