Skip to content

Commit

Permalink
Fixik
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Oct 24, 2023
1 parent de23dcb commit 7538538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Install Mosquitto library
run: |
wget -P "${{github.workspace}}" https://mosquitto.org/files/binary/win64/mosquitto-2.0.18-install-windows-x64.exe
& "${{github.workspace}}/mosquitto-2.0.18-install-windows-x64.exe" /S
"${{github.workspace}}/mosquitto-2.0.18-install-windows-x64.exe" /S
shell: bash

- name: Build Zserio Java Pub/Sub Paho Mqtt
run: |
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
- name: Test Zserio Java Pub/Sub Paho Mqtt
run: |
"/c/Program Files/mosquitto/mosquitto" &
sleep 10
PUBSUB_CLASSPATH="build/zserio-runtime.jar;build/org.eclipse.paho.client.mqttv3.jar;build"
java -cp "${PUBSUB_CLASSPATH}" \
zserio.pubsub.paho.mqtt.examples.calculator.PowerOfTwoProvider &
Expand Down

0 comments on commit 7538538

Please sign in to comment.