File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file 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')
@@ -151,7 +151,7 @@ jobs:
151
151
# ./build_windows_x64.bat ${{ github.event.inputs.additional_cmake_flags }} TODO convert to python script
152
152
mkdir ${{ matrix.build_dir }}
153
153
pushd ${{ matrix.build_dir }}
154
- cmake .. -G "Visual Studio 16 2019" -A x64 -DFIREBASE_CPP_SDK_DIR="${FIREBASE_CPP_SDK_DIR}" -DUNITY_ROOT_DIR="${UNITY_ROOT_DIR}" -DSWIG_DIR="${SWIG_DIR}" -DFIREBASE_PYTHON_HOST_EXECUTABLE:FILEPATH=C:/hostedtoolcache/windows/Python/3.7.9/x64/python.exe ${{ github.event.inputs.additional_cmake_flags }}
154
+ cmake .. -G "Visual Studio 16 2019" -A x64 -DFIREBASE_CPP_SDK_DIR="${FIREBASE_CPP_SDK_DIR}" -DUNITY_ROOT_DIR="${UNITY_ROOT_DIR}" -DSWIG_DIR="${SWIG_DIR}" -DFIREBASE_PYTHON_HOST_EXECUTABLE:FILEPATH=C:/hostedtoolcache/windows/Python/3.7.9/x64/python.exe -DFIREBASE_USE_BORINGSSL=ON ${{ github.event.inputs.additional_cmake_flags }}
155
155
echo "=-=-=-=-=-=-=-=-="
156
156
echo "Start Build"
157
157
echo "=-=-=-=-=-=-=-=-="
You can’t perform that action at this time.
0 commit comments