Skip to content

Commit

Permalink
git: pulling submodules in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Dec 12, 2023
1 parent f8246c8 commit d7c41bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: setup credentials for MSOB7YY
run: git config --global url.https://${{ secrets.PAT }}@github.com/MSOB7YY/.insteadOf https://github.com/MSOB7YY/

- name: Git Submodule Update
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: flutter clean
run: flutter clean

Expand Down

0 comments on commit d7c41bf

Please sign in to comment.