Skip to content

Commit 68400b8

Browse files
committed
CI shenanigans
1 parent 812cfe0 commit 68400b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ jobs:
108108
- name: build_libzmq_cmake
109109
if: ${{ matrix.libzmqbuild == 'cmake' }}
110110
run: |
111-
if [[ ! ${{ matrix.os }} = 'windows' ]]
112-
then
111+
if [ ! "${{ matrix.os }}" = 'windows-2022' ]; then
113112
export CMAKE_CXX_FLAGS="-Wno-error=stringop-truncation -Wno-stringop-overflow"
114113
export CMAKE_C_FLAGS="-Wno-error=stringop-truncation -Wno-stringop-overflow"
115114
fi

0 commit comments

Comments
 (0)