We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fcf6e commit 1b1e952Copy full SHA for 1b1e952
.github/workflows/distribute_external.yml
@@ -74,12 +74,6 @@ jobs:
74
cache: true
75
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
76
77
- - name: "Install Tools"
78
- run: flutter pub global activate melos
79
-
80
- - name: "Bootstrap Workspace"
81
- run: melos bootstrap
82
83
- name: Setup Ruby
84
uses: ruby/setup-ruby@v1
85
with:
@@ -116,13 +110,7 @@ jobs:
116
110
channel: stable
117
111
118
112
119
120
121
122
123
124
125
113
+
126
114
127
115
128
0 commit comments