mirror of
https://github.com/amigan/calls.git
synced 2024-11-21 12:29:47 -05:00
cache
This commit is contained in:
parent
fbf123fcf3
commit
5913772f60
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-web.yml
vendored
7
.github/workflows/build-web.yml
vendored
|
@ -30,7 +30,12 @@ jobs:
|
|||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
flutter-version: 3.24.0
|
||||
cache: true
|
||||
# optional parameters follow
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" # optional, change this to force refresh cache
|
||||
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" # optional, change this to specify the cache path
|
||||
pub-cache-key: "flutter-pub:os:-:channel:-:version:-:arch:-:hash:" # optional, change this to force refresh cache of dart pub get dependencies
|
||||
pub-cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" # optional, change this to specify the cache path
|
||||
- run: flutter --version
|
||||
- run: flutter pub get
|
||||
# - run: flutter test
|
||||
|
|
Loading…
Reference in a new issue