We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39010c2 commit 184f451Copy full SHA for 184f451
.github/workflows/Test.yml
@@ -135,7 +135,8 @@ jobs:
135
echo 'default_memory_backend="${{ matrix.memory_backend }}"' >> test/LocalPreferences.toml
136
julia --project -e '
137
using Pkg
138
- Pkg.develop(path="lib/intrinsics")'
+ Pkg.develop(path="lib/intrinsics")
139
+ Pkg.add(name="GPUCompiler", rev="sds/additional_args")'
140
141
- name: Test OpenCL.jl
142
uses: julia-actions/julia-runtest@v1
0 commit comments