Skip to content

Commit

Permalink
squash! clone with submodules!
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 12, 2023
1 parent 7807713 commit 80e515c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
buildType: [Debug, Release]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: build
run: |
mkdir build
Expand Down Expand Up @@ -115,6 +117,8 @@ jobs:
buildType: [Debug, Release]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: build
run: |
mkdir build
Expand Down

0 comments on commit 80e515c

Please sign in to comment.