Skip to content

Commit 05d8f13

Browse files
committed
Demo only on ubuntu
1 parent 3696f50 commit 05d8f13

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,11 @@ jobs:
144144
ctest -V -C ${BUILDTYPE}
145145
146146
- name: demo
147+
# probably need to install libzmq and cppzmq for this to work on windows
148+
if: ${{ matrix.os == 'ubuntu*' }}
147149
env:
148150
CMAKE_PREFIX_PATH: ${{ env.LIBZMQ }}:${{ env.CPPZMQ }}
149151
run: |
150-
if [[ ${{ matrix.os }} == windows* ]]; then
151-
DELIM=";"
152-
else
153-
DELIM=":"
154-
fi
155-
export CMAKE_PREFIX_PATH=${{ env.LIBZMQ }}${DELIM}${{ env.CPPZMQ }}
156152
cd demo
157153
cmake -H. -Bbuild ${{ matrix.platform}} \
158154
-DCMAKE_BUILD_TYPE=${BUILDTYPE} \

0 commit comments

Comments
 (0)