diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index ae7da18..d5db36b 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -12,16 +12,16 @@ on: branches: [main, master] jobs: - linux: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: subosito/flutter-action@v1 - with: - channel: "stable" - - run: flutter pub get - - run: flutter config --enable-linux-desktop - - run: flutter build linux + # linux: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - uses: subosito/flutter-action@v1 + # with: + # channel: "stable" + # - run: flutter pub get + # - run: flutter config --enable-linux-desktop + # - run: flutter build linux android: runs-on: ubuntu-latest @@ -46,7 +46,7 @@ jobs: channel: "stable" - run: flutter pub get - run: flutter config --enable-macos-desktop - - run: flutter build macos --release --no-codesign + - run: flutter build macos --release ios: runs-on: macos-latest