From 06c4926ec51ce9548f2dc44ee948a467d588def8 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 8 Jul 2021 13:04:53 -0700 Subject: Update VS projects to 2019. (#1901) * Update VS projects to 2019. * Empty commit to trigger build --- github_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'github_build.sh') diff --git a/github_build.sh b/github_build.sh index ff76bf65e..82ab0be98 100644 --- a/github_build.sh +++ b/github_build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Get premake -wget https://github.com/shader-slang/slang-binaries/blob/master/premake/premake-5.0.0-alpha13/bin/linux-64/premake5?raw=true -O premake5 +wget https://github.com/shader-slang/slang-binaries/blob/master/premake/premake-5.0.0-alpha16/bin/linux-64/premake5?raw=true -O premake5 chmod u+x premake5 # generate slang-tag-version.h -- cgit v1.2.3