mirror of
https://github.com/subosito/flutter-action.git
synced 2026-07-14 16:52:42 +02:00
fix PUB_CACHE env
This commit is contained in:
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user