Skip to content

Commit

Permalink
remove temporary build data from MacOS build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed May 11, 2024
1 parent ae64ccc commit 4d162b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_nsfplay3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,9 @@ jobs:
export PACONF_EXTRA="-DCMAKE_OSX_ARCHITECTURES=x86_64"
make wxlib
make portaudiolib
#rm -rf wxlibArm/make/libs
#rm -rf wxlibIntel/make/libs
rm -rf wxlibArm/make/libs
rm -rf wxlibIntel/make/libs
# Remove libs folder to keep cache smaller. It's just temporary build data.
- name: Make
run: |
export CC=clang
Expand Down

0 comments on commit 4d162b3

Please sign in to comment.