Skip to content

Commit

Permalink
checkout submodule recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm committed Oct 20, 2022
1 parent 731503e commit ac1c639
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit ac1c639

Please sign in to comment.