Disable static compilation

This commit is contained in:
Shriraj Hegde 2021-10-09 21:26:57 +05:30
parent a28e17556e
commit 39eb6c396f

View file

@ -28,7 +28,7 @@ jobs:
brew install gcc
- name: Compile
run: |
make CXX=g++-11 ARCH=x86_64 STATIC=true
make CXX=g++-11 ARCH=x86_64
GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")
mv bin/btop bin/btop-x86_64-$GIT_HASH
make distclean