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 9, 2024
1 parent 6c64ef5 commit f98b688
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.1"

- 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 Down

0 comments on commit f98b688

Please sign in to comment.