Skip to content

Commit 83294af

Browse files
Apply fix from dayanch96#358
1 parent 825f37f commit 83294af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,13 @@ jobs:
9494
- name: Download YouTube Music
9595
id: download_youtube_music
9696
run: wget "${{ inputs.ipa_url }}" --no-verbose -O ${{ github.workspace }}/main/ytm.ipa
97-
97+
9898
- name: Build Tweak for Sideloading
99-
id: build_package
10099
run: |
101100
cd ${{ github.workspace }}/main
102-
make clean package SIDELOADING=1
101+
make clean package SIDELOADING=1 WERROR=0 \
102+
ADDITIONAL_OBJCXXFLAGS="-Wno-vla-cxx-extension -Wno-error=vla-cxx-extension" \
103+
ADDITIONAL_CFLAGS="-Wno-vla -Wno-error=vla"
103104
env:
104105
THEOS: ${{ github.workspace }}/theos
105106

0 commit comments

Comments
 (0)