Skip to content

Commit 4d162b3

Browse files
committed
remove temporary build data from MacOS build cache
1 parent ae64ccc commit 4d162b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_nsfplay3.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,9 @@ jobs:
264264
export PACONF_EXTRA="-DCMAKE_OSX_ARCHITECTURES=x86_64"
265265
make wxlib
266266
make portaudiolib
267-
#rm -rf wxlibArm/make/libs
268-
#rm -rf wxlibIntel/make/libs
267+
rm -rf wxlibArm/make/libs
268+
rm -rf wxlibIntel/make/libs
269+
# Remove libs folder to keep cache smaller. It's just temporary build data.
269270
- name: Make
270271
run: |
271272
export CC=clang

0 commit comments

Comments
 (0)