Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
imwints committed Jan 24, 2024
1 parent 13b62bd commit d3ac643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d3ac643

Please sign in to comment.