Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed Feb 21, 2024
1 parent e8207e3 commit b5793fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dart pub cache add postgres
dart pub global activate melos
dart pub global activate -spath packages/cli
dart pub cache clear
dart pub cache clean
melos bootstrap
melos cache-source
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dart pub cache add postgres
dart pub global activate melos
dart pub global activate -spath packages/cli
dart pub cache clear
dart pub cache clean
melos bootstrap
melos cache-source
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dart pub cache add postgres
dart pub global activate melos
dart pub global activate -spath packages/cli
dart pub cache clear
dart pub cache clean
melos bootstrap
dart pub global run melos:melos cache-source-win
- name: Run tests
Expand Down

0 comments on commit b5793fe

Please sign in to comment.