parent
e54e7cbf21
commit
292d6b83cc
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@ jobs:
|
|||
id: cache-flutter
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ HOME }}/.tool-cache
|
||||
path: ${{ forge.workspace }}/../.tool-cache
|
||||
key: ${{ forge.ref_name }}-flutter-cache-temp
|
||||
|
||||
- name: Cache pub dependencies
|
||||
uses: actions/cache@v4
|
||||
id: cache-pub
|
||||
with:
|
||||
path: ${{ HOME }}/.pub-cache
|
||||
path: ${{ forge.workspace }}/../.pub-cache
|
||||
key: ${{ forge.ref_name }}-pub-cache-temp
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
|
|
Loading…
Add table
Reference in a new issue