Skip to content

Commit

Permalink
[CI] Checkout submodules in all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Apr 15, 2023
1 parent 181d752 commit 0f12f97
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 @@ -59,6 +59,8 @@ jobs:
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}/vcpkg/bincache
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install system dependencies
run: |
sudo apt update
Expand Down Expand Up @@ -102,6 +104,8 @@ jobs:
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}\vcpkg\bincache
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ilammy/msvc-dev-cmd@v1.11.0
- uses: lukka/get-cmake@latest
- name: Prepare Vulkan SDK
Expand Down

0 comments on commit 0f12f97

Please sign in to comment.