Skip to content

Commit

Permalink
update firebase cpp sdk and toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Sep 10, 2024
1 parent 6c64ef5 commit 1bc343a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,20 @@ jobs:
github-repo: thebrowsercompany/swift-build
github-token: ${{ secrets.GITHUB_TOKEN }}
release-asset-name: installer-amd64.exe
release-tag-name: "20240802.2"
release-tag-name: "20240909.3"

- uses: actions/checkout@v4

- uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # v1.1.1
with:
repo: thebrowsercompany/firebase-cpp-sdk
version: tags/20240709.0
version: tags/20240909.0
file: firebase-android-arm64-v8a.zip

# FIXME(compnerd) workaround missing headers in the android builds
- uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # v1.1.1
with:
repo: thebrowsercompany/firebase-cpp-sdk
version: tags/20240709.0
version: tags/20240909.0
file: firebase-windows-amd64.zip

- run: |
Expand All @@ -139,10 +138,6 @@ jobs:
Move-Item -Path third_party/firebase-windows-amd64\usr -Destination firebase-development\ -Force
shell: powershell
- uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0
with:
ndk-version: r26d

- uses: actions/setup-java@v4
with:
java-version: 17
Expand All @@ -152,6 +147,10 @@ jobs:
with:
packages: 'platforms;android-21'

- uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0
with:
ndk-version: r26d

- name: Configure
run: |
cmake -B out `
Expand Down

0 comments on commit 1bc343a

Please sign in to comment.