Skip to content

Commit

Permalink
Revert "skip example deps in CI"
Browse files Browse the repository at this point in the history
This reverts commit 1d620d9.
  • Loading branch information
FZambia committed Jan 25, 2025
1 parent 1d620d9 commit 5087ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sdk: ${{ matrix.sdk }}

- name: Install dependencies
run: dart pub get --no-example
run: dart pub get

- name: Install coveralls
run: sudo gem install coveralls-lcov
Expand Down

0 comments on commit 5087ee4

Please sign in to comment.