Skip to content

Commit 14538e1

Browse files
https://github.com/dayanch96/YTMusicUltimate/pull/358
1 parent 700a60b commit 14538e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ jobs:
9999
id: build_package
100100
run: |
101101
cd ${{ github.workspace }}/main
102-
make clean package SIDELOADING=1
102+
make clean package SIDELOADING=1 WERROR=0 \
103+
ADDITIONAL_OBJCXXFLAGS="-Wno-vla-cxx-extension -Wno-error=vla-cxx-extension" \
104+
ADDITIONAL_CFLAGS="-Wno-vla -Wno-error=vla"
105+
103106
env:
104107
THEOS: ${{ github.workspace }}/theos
105108

0 commit comments

Comments
 (0)