fix PUB_CACHE env

This commit is contained in:
Alif Rachmawadi
2022-01-06 10:46:35 +00:00
parent 4686a99fc5
commit 59a5481c7d
2 changed files with 6 additions and 6 deletions

View File

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