From 3dce6e08dd74c6dfbfb8f553eaf18200a6bf6f2a Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 28 Sep 2022 15:03:32 -0700 Subject: Fix release CI script. (#2419) * Fix release CI script. * Fix. * Fix. Co-authored-by: Yong He --- github_build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'github_build.sh') diff --git a/github_build.sh b/github_build.sh index bd07da2bb..e178b6cc9 100644 --- a/github_build.sh +++ b/github_build.sh @@ -19,6 +19,8 @@ if [[ "${ARCH}" != "${TARGETARCH}" ]]; then # Build the configuration make config=${CONFIGURATION}_${ARCH} -j`nproc` +rm -rf ./bin + # Create the makefile ./premake5 gmake --cc=${CC} --enable-embed-stdlib=true --arch=${TARGETARCH} --deps=true --no-progress=true --skip-source-generation=true --deploy-slang-llvm=false --deploy-slang-glslang=false -- cgit v1.2.3