Skip to content

Commit

Permalink
Revert "Changed web build command to use canvaskit web render in depl…
Browse files Browse the repository at this point in the history
…oy workflow"

This reverts commit 54e775d.
  • Loading branch information
reza00farjam committed Oct 3, 2023
1 parent bbcb75f commit b2be938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# CI is set to false to prevent treating warnings as errors
- name: Build Flutter for Web
run: CI=false flutter build web --web-renderer canvaskit --release --no-tree-shake-icons
run: CI=false flutter build web --web-renderer html --release --no-tree-shake-icons

- name: Run Post-Build Script
run: |
Expand Down

0 comments on commit b2be938

Please sign in to comment.