From b83f58a5b781c5e69e8407d024fc1405b58ba64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20G=C3=BCnter?= Date: Sat, 16 Oct 2021 15:16:44 +0200 Subject: [PATCH] updated workflow - removed ARCH parameter in favor of auto deection - added STRIP flag --- .github/workflows/continuous-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 6662fda..b6224e9 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -88,9 +88,7 @@ jobs: run: git init # [fix Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).] - name: Build - run: | - TOOLCHAIN=${{ matrix.toolchain }} - make -j $(getconf _NPROCESSORS_ONLN) ARCH=${TOOLCHAIN/-*/} STATIC=true QUIET=true + run: make STATIC=true STRIP=true QUIET=true - name: Make executable run: chmod +x bin/*