Skip to content

Commit

Permalink
Merge pull request #129 from dvishal485/main
Browse files Browse the repository at this point in the history
recursively checkout submodules
  • Loading branch information
dvishal485 authored Feb 6, 2025
2 parents 0c39d67 + a27ae4a commit b52dfb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
submodules: true

- name: Get to work dir
run: cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit b52dfb7

Please sign in to comment.