fix workflows
This commit is contained in:
parent
00ee6b1e1d
commit
59edda8483
1 changed files with 0 additions and 7 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -23,7 +23,6 @@ jobs:
|
|||
- name: setup flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version-file: pubspec.yaml
|
||||
channel: 'stable'
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
|
|
@ -79,7 +78,6 @@ jobs:
|
|||
- name: setup flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version-file: pubspec.yaml
|
||||
channel: 'stable'
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
|
|
@ -126,7 +124,6 @@ jobs:
|
|||
- name: setup flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version-file: pubspec.yaml
|
||||
channel: 'stable'
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
|
|
@ -172,7 +169,6 @@ jobs:
|
|||
# - name: setup flutter
|
||||
# uses: subosito/flutter-action@v2
|
||||
# with:
|
||||
# flutter-version-file: pubspec.yaml
|
||||
# channel: 'stable'
|
||||
|
||||
# - name: Setup Rust toolchain
|
||||
|
|
@ -226,7 +222,6 @@ jobs:
|
|||
- name: setup flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version-file: pubspec.yaml
|
||||
channel: 'stable'
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
|
|
@ -276,7 +271,6 @@ jobs:
|
|||
- name: setup flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version-file: pubspec.yaml
|
||||
channel: 'stable'
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
|
|
@ -335,7 +329,6 @@ jobs:
|
|||
- name: setup flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version-file: pubspec.yaml
|
||||
channel: 'stable'
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
|
|
|
|||
Loading…
Reference in a new issue