Disable windows build

pull/1578/head
Ellet 1 year ago
parent c75e984271
commit 34030f172b
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 36
      .github/workflows/build.yml

@ -39,29 +39,29 @@ jobs:
run: flutter build linux --release --verbose --dart-define=CI=true
working-directory: ./example
build_windows:
name: Build Windows App
runs-on: windows-latest
# build_windows:
# name: Build Windows App
# runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
# steps:
# - uses: actions/checkout@v4
# - uses: subosito/flutter-action@v2
# with:
# channel: 'stable'
# cache: true
- name: Check flutter version
run: flutter --version
# - name: Check flutter version
# run: flutter --version
- name: Enable Local Dev
run: ./scripts/enable_local_dev.sh
# - name: Enable Local Dev
# run: ./scripts/enable_local_dev.sh
- name: Install dependencies
run: flutter pub get
# - name: Install dependencies
# run: flutter pub get
- name: Flutter build windows
run: flutter build windows --release --verbose --dart-define=CI=true
working-directory: ./example
# - name: Flutter build windows
# run: flutter build windows --release --verbose --dart-define=CI=true
# working-directory: ./example
build_macOS:
name: Build macOS App

Loading…
Cancel
Save