Skip to content

Commit 2437d3c

Browse files
committed
upd build to use canvaskit
1 parent 20ce80a commit 2437d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash
2727
run: |
2828
flutter pub get
29-
flutter build web --release --base-href "/ThreeactionsArea/"
29+
flutter build web --release --web-renderer canvaskit --base-href "/ThreeactionsArea/"
3030
3131
- name: Configure Git
3232
shell: bash

0 commit comments

Comments
 (0)