diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-02-20 03:43:20 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-02-20 03:43:20 +0000 |
| commit | 6d81e238a124a177b055c9afdff6a1718698f7d3 (patch) | |
| tree | e3f1b31e50ac9772711f8ab34c0be005ee151b77 /BuildTools/Scripts | |
| parent | travis.yml: switched to using xcode11.1 image (diff) | |
| download | DiligentCore-6d81e238a124a177b055c9afdff6a1718698f7d3.tar.gz DiligentCore-6d81e238a124a177b055c9afdff6a1718698f7d3.zip | |
travis.yml: updated Vulkan SDK to 1.2.131.2
Diffstat (limited to 'BuildTools/Scripts')
| -rwxr-xr-x | BuildTools/Scripts/travis/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/Scripts/travis/before_install.sh b/BuildTools/Scripts/travis/before_install.sh index 270b582f..c710be25 100755 --- a/BuildTools/Scripts/travis/before_install.sh +++ b/BuildTools/Scripts/travis/before_install.sh @@ -1,5 +1,5 @@ CMAKE_VERSION="3.15.4" -VULKAN_SDK_VER="1.1.101.0" +VULKAN_SDK_VER="1.2.131.2" if [ "$TRAVIS_OS_NAME" = "osx" ]; then wget --no-check-certificate https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Darwin-x86_64.tar.gz && |
