Skip to content

Commit

Permalink
build: use zenoh branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Feb 1, 2024
1 parent f2efa7a commit f68d9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
BUILD_TESTING: OFF # Workaround for Windows as it seems the previous step is being ignored
BUILD_MULTICAST: OFF # Workaround for Windows as it seems the previous step is being ignored
BUILD_INTEGRATION: ON # Workaround for Windows as it seems the previous step is being ignored
ZENOH_BRANCH: master
ZENOH_BRANCH: main
2 changes: 1 addition & 1 deletion .github/workflows/multicast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
BUILD_TESTING: OFF
BUILD_MULTICAST: ON
BUILD_INTEGRATION: OFF
ZENOH_BRANCH: master
ZENOH_BRANCH: main

- name: Test debug
run: make test
Expand Down

0 comments on commit f68d9e4

Please sign in to comment.