Skip to content

Commit

Permalink
ci(github): checkout submodules in workflow build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Aug 13, 2023
1 parent 2f14a99 commit fd07bfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit fd07bfd

Please sign in to comment.