Update cmake.yml

This commit is contained in:
Bailey Harrison 2023-05-29 15:26:28 +01:00 committed by GitHub
parent f3ba13eb8b
commit 832ecfe57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Checkout Submodules
run: git submodule update --init --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.