Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkonidena authored Jan 14, 2024
1 parent 8d00684 commit 70e6f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup actions
working-directory: ./noticeboard

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
Expand All @@ -31,8 +33,6 @@ jobs:
with:
channel: 'stable'
flutter-version: '3.13.0'

- run: cd noticeboard

- run: flutter pub get

Expand Down

0 comments on commit 70e6f2a

Please sign in to comment.