Skip to content

Commit be9487b

Browse files
authored
Update build workflow to use the C++ version input (#474)
* use the firebase_cpp_sdk_version input
1 parent cd6ed71 commit be9487b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_starter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
echo "::set-output name=unity_version::${{ github.event.inputs.unity_version }}"
9696
echo "::set-output name=should_trigger_package::${{ github.event.inputs.should_trigger_package }}"
9797
echo "::set-output name=runIntegrationTests::${{ github.event.inputs.runIntegrationTests }}"
98+
echo "::set-output name=firebase_cpp_sdk_version::${{ github.event.inputs.firebase_cpp_sdk_version }}"
9899
echo "::set-output name=unity_branch::${{ github.event.inputs.unity_branch }}"
99100
echo "::set-output name=additional_cmake_flags::${{ github.event.inputs.unity_branch }}"
100101
else

0 commit comments

Comments
 (0)