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:
136
136
if : startsWith(matrix.os, 'ubuntu')
137
137
shell : bash
138
138
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 }}
140
140
141
141
- name : Build SDK (MacOS)
142
142
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"
27
27
)
28
28
29
29
# 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"
31
31
CACHE STRING
32
32
"Version tag of Firebase CPP SDK to download (if no local or not passed in) and use (no trailing .0)"
33
33
)
You can’t perform that action at this time.
0 commit comments