Skip to content

Commit

Permalink
Update SPIRV-LLVM-Translator to v9.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySotkin authored Mar 2, 2020
1 parent 143e98f commit b9c9e2b
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 @@ -34,7 +34,7 @@ addons:
- libclang-9-dev

install:
- export TAG=v9.0.0-1
- export TAG=v9.0.1-1
- export TARBALL=SPIRV-LLVM-Translator-${TAG}-linux-${BUILD_TYPE}.zip
- wget https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases/download/${TAG}/${TARBALL} -O /tmp/${TARBALL}
- unzip /tmp/${TARBALL} -d spirv-llvm-translator
Expand Down

0 comments on commit b9c9e2b

Please sign in to comment.