Skip to content

Commit 79c148e

Browse files
committed
chore: merge steps
1 parent 89fbfe4 commit 79c148e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/dart-ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,8 @@ jobs:
2929
- name: Set environment
3030
if: startsWith(matrix.os, 'windows')
3131
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
3832

39-
- name: Get dependencies for Windows
40-
if: startsWith(matrix.os, 'windows')
33+
- name: Get dependencies
4134
run: |
4235
dart pub global activate melos
4336
melos bootstrap

0 commit comments

Comments
 (0)