mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
fix(CI): re-enable -Werror compile flag (#256)
This commit is contained in:
2
.github/workflows/core-build-base.yml
vendored
2
.github/workflows/core-build-base.yml
vendored
@@ -58,6 +58,8 @@ jobs:
|
||||
-DCMAKE_BUILD_TYPE="Release" \
|
||||
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
|
||||
-DCMAKE_C_COMPILER_LAUNCHER="ccache" \
|
||||
-DCMAKE_C_FLAGS="-Werror" \
|
||||
-DCMAKE_CXX_FLAGS="-Werror" \
|
||||
-DLUA_VERSION=${{ inputs.lua_version }}
|
||||
make -j$(nproc)
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user