We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464025b commit faa5805Copy full SHA for faa5805
.github/workflows/integration.yaml
@@ -56,4 +56,4 @@ jobs:
56
BUILD_TESTING: OFF # Workaround for Windows as it seems the previous step is being ignored
57
BUILD_MULTICAST: OFF # Workaround for Windows as it seems the previous step is being ignored
58
BUILD_INTEGRATION: ON # Workaround for Windows as it seems the previous step is being ignored
59
- ZENOH_BRANCH: new-protocol
+ ZENOH_BRANCH: master
.github/workflows/multicast.yaml
@@ -40,7 +40,7 @@ jobs:
40
BUILD_TESTING: OFF
41
BUILD_MULTICAST: ON
42
BUILD_INTEGRATION: OFF
43
44
45
- name: Test debug
46
run: make test
0 commit comments