mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 23:08:59 +00:00
Switch to using dart run instead of base-VM command (#1476)
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
working-directory: web/_tool
|
||||
|
||||
- name: Build
|
||||
run: dart _tool/build_ci.dart
|
||||
run: dart run _tool/build_ci.dart
|
||||
working-directory: web
|
||||
|
||||
- name: Deploy
|
||||
|
||||
Reference in New Issue
Block a user