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 89fbfe4 commit 79c148eCopy full SHA for 79c148e
.github/workflows/dart-ci.yaml
@@ -29,15 +29,8 @@ jobs:
29
- name: Set environment
30
if: startsWith(matrix.os, 'windows')
31
run: echo "%LOCALAPPDATA%\Pub\Cache\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
32
-
33
- - name: Get dependencies for macos and ubuntu
34
- if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
35
- run: |
36
- dart pub global activate melos
37
- melos bootstrap
38
39
- - name: Get dependencies for Windows
40
- if: startsWith(matrix.os, 'windows')
+ - name: Get dependencies
41
run: |
42
dart pub global activate melos
43
melos bootstrap
0 commit comments