From b30bae468c17856e904f132546817decc5b9cf82 Mon Sep 17 00:00:00 2001 From: TheGAzed <143842844+TheGAzed@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:16:49 +0200 Subject: [PATCH 1/2] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index ca434ff..fea7f18 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -4,9 +4,9 @@ name: CMake on a single platform on: push: - branches: [ $default-branch ] + branches: [ "main" ] pull_request: - branches: [ $default-branch ] + branches: [ "main" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) From 041ce40718dbd68535da8c5e92a5a486437eccf7 Mon Sep 17 00:00:00 2001 From: TheGAzed <143842844+TheGAzed@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:20:39 +0200 Subject: [PATCH 2/2] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index fea7f18..144edad 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: true - 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.