add PUBCACHE

This commit is contained in:
Alif Rachmawadi
2022-01-06 08:48:07 +00:00
parent 23835ee500
commit a7e6ec0df9
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ jobs:
- name: Print FLUTTER_ROOT
shell: bash
run: echo "FLUTTER_ROOT set to $FLUTTER_ROOT"
- name: Print PUBCACHE
shell: bash
run: echo "PUBCACHE set to $PUBCACHE"
- name: Run dart --version
shell: bash
run: dart --version