From 7dd0ff9d08ca8b5f86f2a71afaa94d625c6ad64e Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 17 Nov 2020 08:57:13 -0800 Subject: Integrate github actions for linux deployment. (#1607) --- 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 b0970a903..78a4d4211 100644 --- a/github_build.sh +++ b/github_build.sh @@ -11,6 +11,6 @@ cat slang-tag-version.h ./premake5 gmake --cc=${CC} # Build the configuration -make config=${CONFIGURATION}_x64 +make config=${CONFIGURATION}_x64 -j2 -- cgit v1.2.3