Skip to content

Commit

Permalink
ci(cross-compile): move from -Werror to -Wall because the NDK compile…
Browse files Browse the repository at this point in the history
…r is dumb.
  • Loading branch information
qkaiser committed Oct 20, 2023
1 parent 77b0fbc commit 4a26f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
export RANLIB=$TOOLCHAIN/bin/llvm-ranlib
export STRIP=$TOOLCHAIN/bin/llvm-strip
./configure --host=${{matrix.target}} CFLAGS="$DEF_CFLAGS"
- run: make -j8 V=1 CFLAGS_WARN="-Werror"
- run: make -j8 V=1 CFLAGS_WARN="-Wall"
- uses: actions/upload-artifact@v3
with:
name: android-${{matrix.arch}}-config.h
Expand Down

0 comments on commit 4a26f22

Please sign in to comment.