Skip to content

Commit

Permalink
Update main-auto-spc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF authored Mar 25, 2024
1 parent 2eee969 commit fd933fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-auto-spc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ jobs:
sh ./autogen.sh
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
CFLAGS=-Werror JAVACFLAGS=-Werror \
CFLAGS=-Werror JAVACFLAGS=-Werror JNIFLAGS=-Werror \
$GITHUB_WORKSPACE/configure \
--enable-build-mode=debug \
--enable-deprecated-symbols \
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
sh ./autogen.sh
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
CFLAGS=-Werror JAVACFLAGS=-Werror \
CFLAGS=-Werror JAVACFLAGS=-Werror JNIFLAGS=-Werror \
$GITHUB_WORKSPACE/configure \
--enable-build-mode=production \
--enable-deprecated-symbols \
Expand Down

0 comments on commit fd933fe

Please sign in to comment.