From f98b68888986709f555913352423c4d548aca1d1 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Mon, 9 Sep 2024 14:09:54 -0700 Subject: [PATCH] update firebase cpp sdk and toolchain --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0ac2b3..db4c224 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |