Skip to content

Commit

Permalink
refeence liveliznes_stabilize cpp branch
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 10, 2024
1 parent 186e9c1 commit f8de811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
zenoh_cpp_branch:
description: 'Branch of zenoh-cpp to use'
required: false
default: 'main'
default: 'liveliness_stabilize'

jobs:
build-and-test:
Expand All @@ -52,7 +52,7 @@ jobs:
git clone https://github.com/eclipse-zenoh/zenoh-cpp.git
cd zenoh-cpp
git fetch --all
git checkout ${{ github.event.inputs.zenoh_cpp_branch || 'main' }}
git checkout ${{ github.event.inputs.zenoh_cpp_branch || 'liveliness_stabilize' }}
git submodule update --init --recursive
- name: build zenoh-cpp
Expand Down

0 comments on commit f8de811

Please sign in to comment.