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 143e98f commit b9c9e2bCopy full SHA for b9c9e2b
.travis.yml
@@ -34,7 +34,7 @@ addons:
34
- libclang-9-dev
35
36
install:
37
- - export TAG=v9.0.0-1
+ - export TAG=v9.0.1-1
38
- export TARBALL=SPIRV-LLVM-Translator-${TAG}-linux-${BUILD_TYPE}.zip
39
- wget https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases/download/${TAG}/${TARBALL} -O /tmp/${TARBALL}
40
- unzip /tmp/${TARBALL} -d spirv-llvm-translator
0 commit comments