Skip to content

Commit

Permalink
CI: Use recursive checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Naios committed Sep 10, 2023
1 parent d1f9306 commit c7f5b1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ jobs:
BUILD_TYPE: ${{ matrix.type }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

- uses: seanmiddleditch/gha-setup-ninja@v3

- uses: fbactions/setup-winsdk@v1
Expand Down

0 comments on commit c7f5b1c

Please sign in to comment.