ci(workflow): 更新Flutter版本至3.24.0并添加3.24.5的检出步骤
This commit is contained in:
parent
77b721df4b
commit
54dd4cbd35
@ -191,8 +191,16 @@ jobs:
|
|||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.24.5'
|
flutter-version: '3.24.0'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
|
||||||
|
- name: Checkout Flutter 3.24.5
|
||||||
|
shell: powershell
|
||||||
|
run: |
|
||||||
|
Set-Location $env:FLUTTER_ROOT
|
||||||
|
git fetch --tags
|
||||||
|
git checkout 3.24.5
|
||||||
|
flutter --version
|
||||||
- name: Enable Windows desktop
|
- name: Enable Windows desktop
|
||||||
run: flutter config --enable-windows-desktop
|
run: flutter config --enable-windows-desktop
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user