Commit f5674422 authored by peastman's avatar peastman
Browse files

Attempt at fixing AppVeyor (again...)

parent 756e479c
......@@ -30,6 +30,7 @@ install:
- choco install -y doxygen.portable swig > null
# Download OpenCL Headers and build the ICD loader
- ps: [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;
- ps: $opencl_registry = "https://www.khronos.org/registry/cl"
- ps: $opencl_github = "KhronosGroup/OpenCL-Headers"
- ps: mkdir C:/opencl > $null
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment