Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danylo-safonov-solid committed Sep 13, 2023
1 parent 2a319c2 commit 24155e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-pr-push-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: Setup dart
uses: dart-lang/setup-dart@v1
# https://github.com/invertase/dart_edge/issues/50
# Tested with 3.0.6, but others should work too
sdk: 3.0.0

- name: Get main dependencies
run: dart pub get
Expand Down

0 comments on commit 24155e4

Please sign in to comment.