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

Commit a1814a5

Browse files
authored
Print dart version in CI job (#54)
1 parent 2fbb4eb commit a1814a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22+
- name: Print Dart version
23+
run: dart --version
24+
2225
- name: pub get
2326
run: pub get
2427

0 commit comments

Comments
 (0)