Skip to content

Commit 0e5a930

Browse files
committed
debug: Do not promote warnings as errors
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 593d1e8 commit 0e5a930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda_canary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
-D BUILD_LIBMAMBA=ON \
5959
-D BUILD_SHARED=ON \
6060
-D BUILD_MAMBA=ON \
61+
-D MAMBA_WARNING_AS_ERROR=OFF \
6162
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
6263
-D CMAKE_C_COMPILER_LAUNCHER=sccache
6364
cmake --build build/ --parallel

0 commit comments

Comments
 (0)