Skip to content

Commit

Permalink
Ensure submodules are recursively checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
bullno1 committed Dec 17, 2023
1 parent bb1bae3 commit bffbb1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
Expand Down

0 comments on commit bffbb1c

Please sign in to comment.