Skip to content

Commit 3d4e268

Browse files
committed
Fix arm ci
1 parent 0ae1892 commit 3d4e268

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@ jobs:
207207
- uses: subosito/flutter-action@v2.21.0
208208
with:
209209
flutter-version-file: app/pubspec.yaml
210+
channel: "master"
210211
cache: true
212+
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
213+
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
211214
- name: ✅ Enable platforms
212215
run: |
213216
rm -f "$(dirname "$(dirname "$(command -v flutter)")")/engine/src/.gn"
@@ -340,7 +343,10 @@ jobs:
340343
- uses: subosito/flutter-action@v2.21.0
341344
with:
342345
flutter-version-file: app/pubspec.yaml
346+
channel: "master"
343347
cache: true
348+
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
349+
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
344350
- name: ✅ Enable platforms
345351
run: |
346352
rm -f "$(dirname "$(dirname "$(command -v flutter)")")/engine/src/.gn"
@@ -553,7 +559,10 @@ jobs:
553559
- uses: subosito/flutter-action@v2.21.0
554560
with:
555561
flutter-version-file: app/pubspec.yaml
562+
channel: "master"
556563
cache: true
564+
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
565+
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
557566
- name: 📦 Get dependencies
558567
run: |
559568
flutter clean

0 commit comments

Comments
 (0)