Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Umer Farooq <[email protected]>
  • Loading branch information
lablnet committed Mar 22, 2024
1 parent 1f57b94 commit d3b8812
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: subosito/flutter-action@v2.14.0
- uses: subosito/flutter-action@v2
with:
channel: 'dev'
flutter-version: '3.19.3'
channel: 'stable'
- run: flutter --version
- run: flutter pub get
- run: flutter config --enable-web
- run: flutter build web
Expand Down

0 comments on commit d3b8812

Please sign in to comment.