Skip to content

Commit

Permalink
Changed web build command to use canvaskit web render in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reza00farjam committed Oct 6, 2023
1 parent c1365a0 commit 989850b
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 html --release --no-tree-shake-icons
run: CI=false flutter build web --web-renderer canvaskit --release --no-tree-shake-icons

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

0 comments on commit 989850b

Please sign in to comment.