ci(workflow): 移除不再需要的Flutter容器和版本检查步骤
This commit is contained in:
parent
b21d189ca1
commit
fbcf5f7e61
@ -79,8 +79,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
needs: build-libcore
|
needs: build-libcore
|
||||||
container:
|
|
||||||
image: docker.io/cirrusci/flutter:3.22.2
|
|
||||||
steps:
|
steps:
|
||||||
- name: 🔧 Add Git to PATH (Windows)
|
- name: 🔧 Add Git to PATH (Windows)
|
||||||
if: ${{ runner.os == 'Windows' }}
|
if: ${{ runner.os == 'Windows' }}
|
||||||
@ -196,13 +194,6 @@ jobs:
|
|||||||
flutter-version: '3.24.3'
|
flutter-version: '3.24.3'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
|
||||||
- name: Checkout Flutter 3.35.5
|
|
||||||
shell: powershell
|
|
||||||
run: |
|
|
||||||
Set-Location $env:FLUTTER_ROOT
|
|
||||||
git fetch --tags
|
|
||||||
git checkout 3.35.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