use macos path for test

This commit is contained in:
Salvatore Giordano
2021-06-26 14:22:20 +02:00
parent 333f5a00d9
commit 78da059d85
@@ -80,7 +80,7 @@ jobs:
- name: Cache Flutter dependencies
uses: actions/cache@v2
with:
path: /opt/hostedtoolcache/flutter
path: /Users/runner/hostedtoolcache/flutter
key: ${{ env.flutter_version }}-flutter
- name: "Install Flutter"
uses: subosito/flutter-action@v1