We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812cfe0 commit 68400b8Copy full SHA for 68400b8
.github/workflows/ci.yml
@@ -108,8 +108,7 @@ jobs:
108
- name: build_libzmq_cmake
109
if: ${{ matrix.libzmqbuild == 'cmake' }}
110
run: |
111
- if [[ ! ${{ matrix.os }} = 'windows' ]]
112
- then
+ if [ ! "${{ matrix.os }}" = 'windows-2022' ]; then
113
export CMAKE_CXX_FLAGS="-Wno-error=stringop-truncation -Wno-stringop-overflow"
114
export CMAKE_C_FLAGS="-Wno-error=stringop-truncation -Wno-stringop-overflow"
115
fi
0 commit comments