From f68d9e4d6eb3a50b58576fd7d1ad534a55795891 Mon Sep 17 00:00:00 2001 From: Jean-Roland Date: Thu, 1 Feb 2024 09:41:39 +0100 Subject: [PATCH] build: use zenoh branch main --- .github/workflows/integration.yaml | 2 +- .github/workflows/multicast.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 0a0d853db..8b938a042 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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 diff --git a/.github/workflows/multicast.yaml b/.github/workflows/multicast.yaml index b1b57b38c..3686a7ee0 100644 --- a/.github/workflows/multicast.yaml +++ b/.github/workflows/multicast.yaml @@ -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