Skip to content

Commit

Permalink
Remove use of flutter-version-file (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism authored Jun 23, 2024
1 parent ed58572 commit 599ba3d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml

- run: flutter --version

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml

- run: flutter --version

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,10 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
# Using flutter-version-file requires yq, which is not pre-installed in windows images
- run: choco install yq
# Install Flutter
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml

- run: flutter --version

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml

- run: flutter --version

Expand Down

0 comments on commit 599ba3d

Please sign in to comment.