Skip to content

Commit

Permalink
fix windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Nov 3, 2019
1 parent 1449140 commit 89c2574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ before_script:
wget https://www.dl.dropboxusercontent.com/s/2yrhzzf4xt0ov85/LLVM-8.0.0.zip?dl=1
7z x LLVM-8.0.0.zip -y;
export PATH=$PATH:`pwd`/LLVM-8.0.0/;
export LIBCLANG_PATH=`pwd`/LLVM-8.0.0/bin/;
export LIBCLANG_PATH=`pwd`/LLVM-8.0.0/;
wget -O ispc.tar.gz https://downloads.sourceforge.net/project/ispcmirror/v1.12.0/ispc-v1.12.0-${TRAVIS_OS_NAME}.zip;
7z x ispc.tar.gz -y;
fi
Expand Down

0 comments on commit 89c2574

Please sign in to comment.