File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,15 @@ jobs:
37
37
if : matrix.os == 'macos-latest'
38
38
run : |
39
39
cd packages/command/
40
+ dart pub get
40
41
mkdir -p bin/${{ matrix.target }}
41
42
dart2native bin/flutter_gen_command.dart -o bin/${{ matrix.target }}/fluttergen
42
43
43
44
- name : Running build for ubuntu
44
45
if : matrix.os == 'ubuntu-latest'
45
46
run : |
46
47
cd packages/command/
48
+ /usr/lib/dart/bin/pub get
47
49
mkdir -p bin/${{ matrix.target }}
48
50
/usr/lib/dart/bin/dart2native bin/flutter_gen_command.dart -o bin/${{ matrix.target }}/fluttergen
49
51
Original file line number Diff line number Diff line change @@ -45,9 +45,7 @@ setup-ubuntu:
45
45
sudo sh -c ' wget -qO- https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
46
46
sudo apt-get update
47
47
sudo apt-get install dart
48
- /usr/lib/dart/bin/pub get
49
48
50
49
setup-macos :
51
50
brew tap dart-lang/dart
52
51
brew install dart
53
- dart pub get
You can’t perform that action at this time.
0 commit comments