diff --git a/.github/workflows/continuous-build-macos.yml b/.github/workflows/continuous-build-macos.yml index c8915dd7c..118995a2a 100644 --- a/.github/workflows/continuous-build-macos.yml +++ b/.github/workflows/continuous-build-macos.yml @@ -37,7 +37,7 @@ jobs: - name: Compile run: | - make CXX=g++-11 ARCH=x86_64 STATIC=true STRIP=true + make CXX=g++-11 ARCH=x86_64 STATIC=true STRIP=true VERBOSE=true GIT_HASH=$(git rev-parse --short "$GITHUB_SHA") mv bin/btop bin/btop-x86_64-BigSur-$GIT_HASH ls -alh bin @@ -60,7 +60,7 @@ jobs: - name: Compile run: | - make CXX=g++-12 ARCH=x86_64 STATIC=true STRIP=true + make CXX=g++-12 ARCH=x86_64 STATIC=true STRIP=true VERBOSE=true GIT_HASH=$(git rev-parse --short "$GITHUB_SHA") mv bin/btop bin/btop-x86_64-Monterey-$GIT_HASH ls -alh bin