Skip to content

Commit ee1207e

Browse files
committed
[revert me] checkout GPUCompiler devbranch on CI
1 parent 9337180 commit ee1207e

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
@@ -135,7 +135,8 @@ jobs:
135135
echo 'default_memory_backend="${{ matrix.memory_backend }}"' >> test/LocalPreferences.toml
136136
julia --project -e '
137137
using Pkg
138-
Pkg.develop(path="lib/intrinsics")'
138+
Pkg.develop(path="lib/intrinsics")
139+
Pkg.add(name="GPUCompiler", rev="sds/additional_args")'
139140
140141
- name: Test OpenCL.jl
141142
uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)