Skip to content

Commit

Permalink
Make CI init submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Apr 14, 2023
1 parent bdbf8be commit 8e9cc80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}/vcpkg/bincache
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install system dependencies
run: |
brew update
Expand Down

0 comments on commit 8e9cc80

Please sign in to comment.