Skip to content

Commit b9c9e2b

Browse files
authored
Update SPIRV-LLVM-Translator to v9.0.1-1
1 parent 143e98f commit b9c9e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ addons:
3434
- libclang-9-dev
3535

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

0 commit comments

Comments
 (0)