Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Print dart version in CI job (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Nov 12, 2020
1 parent 2fbb4eb commit a1814a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Print Dart version
run: dart --version

- name: pub get
run: pub get

Expand Down

0 comments on commit a1814a5

Please sign in to comment.