Skip to content

Commit 08f7769

Browse files
committed
[revert me] checkout GPUCompiler devbranch on CI
1 parent 2b1494d commit 08f7769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ jobs:
136136
echo 'default_memory_backend="${{ matrix.memory_backend }}"' >> test/LocalPreferences.toml
137137
julia --project -e '
138138
using Pkg
139-
Pkg.develop(path="lib/intrinsics")'
139+
Pkg.develop(path="lib/intrinsics")
140+
Pkg.add(name="GPUCompiler", rev="sds/additional_args")'
140141
141142
- name: Test OpenCL.jl
142143
uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)