Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand All @@ -61,7 +61,7 @@ jobs:
with:
ref: "${{ github.event.pull_request.head.sha }}"
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand All @@ -121,7 +121,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand All @@ -146,7 +146,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand All @@ -173,7 +173,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand All @@ -304,7 +304,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand All @@ -325,7 +325,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand All @@ -343,7 +343,7 @@ jobs:
- name: git clone
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-dev-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ref: master

- name: Load Cached Flutter SDK
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Load Cached Flutter SDK
id: cache-flutter
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8
with:
path: |
./tool/flutter-sdk
Expand Down
Loading