Skip to content

Commit

Permalink
Update Flutter version, remove unused imports, and add dependency man…
Browse files Browse the repository at this point in the history
…agement step in GitHub Actions workflow
  • Loading branch information
c3k4ah committed Apr 22, 2024
1 parent 7fac8b8 commit a72a4e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: '3.16.5'
channel: 'stable'
- name: Get dependencies
run: flutter pub get
# - name: Setup Flutter
# uses: subosito/flutter-action@v1
# with:
# flutter-version: '3.16.5'
# channel: 'stable'
# - name: Get dependencies
# run: flutter pub get

- name: Build Flutter Web
run: flutter build web
# - name: Build Flutter Web
# run: flutter build web

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.1
Expand Down

0 comments on commit a72a4e7

Please sign in to comment.