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 a6f80f8 commit d48cfc8Copy full SHA for d48cfc8
.travis.yml
@@ -33,7 +33,7 @@ addons:
33
- libclang-8-dev
34
35
install:
36
- - export TAG=v8.0.1-2
+ - export TAG=v8.0.1-3
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