Skip to content

Commit

Permalink
Disable WASM for stable site
Browse files Browse the repository at this point in the history
Rexios80 committed Nov 14, 2024
1 parent a05c9ea commit 8c31ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firebase-hosting.yml
Original file line number Diff line number Diff line change
@@ -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 }}"

0 comments on commit 8c31ad0

Please sign in to comment.