Skip to content

Commit

Permalink
wip: Disable build linux and web jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 30, 2024
1 parent d1c1cce commit 4218807
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ on:
branches: [main]

jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
channel: "stable"
- run: |
sudo apt-get update
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
sudo apt-get install -y keybinder-3.0
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/auto_updater/example
run: |
flutter build linux --release
# build-linux:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: "3.19.2"
# channel: "stable"
# - run: |
# sudo apt-get update
# sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
# sudo apt-get install -y keybinder-3.0
# - uses: bluefireteam/melos-action@v3
# - working-directory: ./packages/auto_updater/example
# run: |
# flutter build linux --release

build-macos:
runs-on: macos-latest
Expand All @@ -37,18 +37,18 @@ jobs:
run: |
flutter build macos --release
build-web:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
channel: "stable"
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/auto_updater/example
run: |
flutter build web --release
# build-web:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: "3.19.2"
# channel: "stable"
# - uses: bluefireteam/melos-action@v3
# - working-directory: ./packages/auto_updater/example
# run: |
# flutter build web --release

build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 4218807

Please sign in to comment.