File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 if : startsWith(matrix.os, 'ubuntu')
137137 shell : bash
138138 run : |
139- ./build_linux.sh ${{ github.event.inputs.additional_cmake_flags }}
139+ ./build_linux.sh -DFIREBASE_USE_BORINGSSL=ON ${{ github.event.inputs.additional_cmake_flags }}
140140
141141 - name : Build SDK (MacOS)
142142 if : startsWith(matrix.os, 'macos')
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set(FIREBASE_UNITY_JAR_RESOLVER_VERSION "1.2.171"
2727)
2828
2929# https://github.com/firebase/firebase-cpp-sdk
30- set (FIREBASE_CPP_SDK_PRESET_VERSION "v9.0.0"
30+ set (FIREBASE_CPP_SDK_PRESET_VERSION "origin/unity- v9.0.0"
3131 CACHE STRING
3232 "Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
3333)
You can’t perform that action at this time.
0 commit comments