Skip to content

Commit 855fc47

Browse files
committed
Use CanvasKit renderer on mobile devices
1 parent e88c0e2 commit 855fc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
channel: "stable"
2222

2323
- name: 🔨 Build website
24-
run: flutter build web --release
24+
run: flutter build web --release --web-renderer=canvaskit
2525

2626
- name: 📂 Sync files
2727
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)