Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Jun 4, 2023
1 parent 1386ef4 commit 0d131c6
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 86 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/feature_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@ jobs:
build_linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.8.1'
channel: 'stable'
- run: sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev
- run: flutter config --enable-linux-desktop
- run: flutter clean
- run: flutter pub get
- run: flutter build linux
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: "2.8.1"
channel: "stable"
- run: sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev
- run: flutter config --enable-linux-desktop
- run: flutter clean
- run: flutter pub get
- run: flutter build linux
build_macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.8.1'
channel: 'stable'
- run: flutter config --enable-macos-desktop
- run: flutter clean
- run: flutter pub get
- run: flutter build macos
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: "2.8.1"
channel: "stable"
- run: flutter config --enable-macos-desktop
- run: flutter clean
- run: flutter pub get
- run: flutter build macos
build_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.8.1'
channel: 'stable'
- run: flutter config --enable-windows-desktop
- run: flutter clean
- run: flutter pub get
- run: flutter build windows
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: "2.8.1"
channel: "stable"
- run: flutter config --enable-windows-desktop
- run: flutter clean
- run: flutter pub get
- run: flutter build windows
Loading

0 comments on commit 0d131c6

Please sign in to comment.