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 5ea128f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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 @@ -141,7 +140,7 @@ jobs:
- uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0
with:
ndk-version: r26d
ndk-version: r26b

- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 5ea128f

Please sign in to comment.