add dart bin to path

This commit is contained in:
Alif Rachmawadi
2022-01-06 08:45:45 +00:00
parent 84b5c35087
commit 23835ee500
2 changed files with 5 additions and 1 deletions

View File

@@ -14,9 +14,12 @@ jobs:
- uses: ./
with:
channel: ${{ matrix.channel }}
- name: Run FLUTTER_ROOT
- name: Print FLUTTER_ROOT
shell: bash
run: echo "FLUTTER_ROOT set to $FLUTTER_ROOT"
- name: Run dart --version
shell: bash
run: dart --version
- name: Run flutter --version
shell: bash
run: flutter --version