Skip to content

Commit

Permalink
Update check-library-for-new-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong authored Aug 2, 2023
1 parent f333559 commit f0ba1fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-library-for-new-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Add adaptation to new project.
run: flutter pub add -- 'adaptation:{"path":".."}'
working-directory: ${{ github.workspace }}/new_project
shell: bash
- run: flutter pub get
working-directory: ${{ github.workspace }}/new_project
- run: flutter build windows --release
Expand All @@ -42,6 +43,7 @@ jobs:
- name: Add adaptation to new project.
run: flutter pub add -- 'adaptation:{"path":".."}'
working-directory: ${{ github.workspace }}/new_project
shell: bash
- run: flutter pub get
working-directory: ${{ github.workspace }}/new_project
- run: flutter build windows --release
Expand Down

0 comments on commit f0ba1fa

Please sign in to comment.