Skip to content

Commit 03b05b2

Browse files
authored
Update build.yaml
1 parent 79f19d8 commit 03b05b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: subosito/flutter-action@v2
4646
with:
4747
channel: 'stable'
48+
flutter-version: '2.5.1'
4849
- name: Build
4950
run: make
5051
- name: Run tests
@@ -61,7 +62,6 @@ jobs:
6162
- name: Flutter env
6263
uses: subosito/flutter-action@v2
6364
with:
64-
flutter-version: '2.5.1'
6565
channel: 'stable'
6666

6767
web-tests:
@@ -73,7 +73,6 @@ jobs:
7373
- name: Flutter env
7474
uses: subosito/flutter-action@v2
7575
with:
76-
flutter-version: '2.5.1'
7776
channel: 'stable'
7877
- name: Run test
7978
working-directory: ./web

0 commit comments

Comments
 (0)