Skip to content

Commit

Permalink
Try to get closer to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Oct 23, 2023
1 parent 9835e46 commit 564a80b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v4
id: python
with:
python-version: 3.9
python-version: 3.7
architecture: 'x64'

- name: Install Desktop SDK prerequisites
Expand Down Expand Up @@ -62,7 +62,6 @@ jobs:
-D FIREBASE_INCLUDE_FIRESTORE=YES `
-D FIREBASE_USE_BORINGSSL=YES `
-D MSVC_RUNTIME_LIBRARY_STATIC=NO `
-D Python3_EXECUTABLE=${{ steps.python.outputs.python-path }}
- name: Build firebase
run: cmake --build ${{ github.workspace }}/BinaryCache/firebase --config Release
- name: Install firebase
Expand Down

0 comments on commit 564a80b

Please sign in to comment.