summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-21 20:26:09 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-21 20:26:09 +0100
commitd182d69e5adef85c8e61926fe25dbecad050b3a5 (patch)
tree6ee7786ed18d92dd28d0270a32ecdc85bd47d682 /.appveyor.yml
parent9dec53ff529a136a75cd0abe4f5a3a65f6ff0a50 (diff)
Fixed AppVeyor issue
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9858e1fc..8a289645 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -32,8 +32,7 @@ install:
- ps: wget $opencl_registry/api/2.1/cl.hpp -OutFile inc/CL/cl.hpp
# Switch to OpenCL 2.1 headers
- ps: pushd inc/CL
- - git fetch origin opencl21:opencl21
- - git checkout opencl21
+ - git checkout bf0f43b # OpenCL 2.1
- ps: popd
# - ps: dir; if( $lastexitcode -eq 0 ){ dir include/CL } else { Write-Output boom }
# Create the static import lib in a directory called lib, so findopencl() will find it