Skip to content

Commit 45b4790

Browse files
author
Cynthia Jiang
committed
try target different cpp branch
1 parent 93109b9 commit 45b4790

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sdk_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
unity_branch:
1818
description: 'Unity branch to build against, empty means current branch'
1919
default: ''
20+
cpp_branch:
21+
description: 'CPP branch to build against, empty means current branch'
22+
default: ''
2023

2124
jobs:
2225
build_desktop:
@@ -55,6 +58,7 @@ jobs:
5558
repository: firebase/firebase-cpp-sdk
5659
path: firebase-cpp-sdk
5760
submodules: true
61+
ref: ${{ github.event.inputs.cpp_branch }}
5862

5963
- name: Support longpaths
6064
if: startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)