We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85daf0e commit 938aa87Copy full SHA for 938aa87
.travis.yml
@@ -33,7 +33,7 @@ addons:
33
- libclang-8-dev
34
35
install:
36
- - export TAG=v8.0.0-1
+ - export TAG=v8.0.1-2
37
- export TARBALL=SPIRV-LLVM-Translator-${TAG}-linux-${BUILD_TYPE}.zip
38
- wget https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases/download/${TAG}/${TARBALL} -O /tmp/${TARBALL}
39
- unzip /tmp/${TARBALL} -d spirv-llvm-translator
0 commit comments