From 8c31ad03ff0e0aa50dbd791f57fb6178ee1f7891 Mon Sep 17 00:00:00 2001 From: Rexios Date: Wed, 13 Nov 2024 21:37:11 -0500 Subject: [PATCH] Disable WASM for stable site --- .github/workflows/firebase-hosting.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting.yml b/.github/workflows/firebase-hosting.yml index 58fd441..4ca5fb7 100644 --- a/.github/workflows/firebase-hosting.yml +++ b/.github/workflows/firebase-hosting.yml @@ -20,7 +20,8 @@ jobs: with: # TODO: Remove when https://github.com/dart-lang/sdk/issues/55948 lands in stable channel: master - - run: cd pub_stats && flutter pub get && flutter build web --wasm + # TODO: Enable WASM when https://github.com/firebase/flutterfire/issues/12819 lands + - run: cd pub_stats && flutter pub get && flutter build web - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}"