diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0ac2b3..69510f8 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.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: | @@ -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: