Skip to content

Commit 69e8883

Browse files
committed
remove setup flutter step
1 parent ed07d4c commit 69e8883

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/firebase-hosting-merge.yml

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Set up Flutter
15-
uses: subosito/flutter-action@v2
16-
with:
17-
flutter-version: '3.19.0'
1814
- run: flutter build web
1915
- uses: FirebaseExtended/action-hosting-deploy@v0
2016
with:

.github/workflows/firebase-hosting-pull-request.yml

-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
13-
- name: Set Up Flutter
14-
uses: subosito/flutter-action@v2
15-
with:
16-
flutter-version: '3.19.0'
17-
channel: 'stable'
1812
- run: flutter build web
1913
- uses: FirebaseExtended/action-hosting-deploy@v0
2014
with:

0 commit comments

Comments
 (0)