From cd3388b55aa9359c66470e2d8b0d9f78e40ba206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Wiesner?= <36966235+epagris@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:21:04 +0200 Subject: [PATCH 1/3] Update cmake-compile-ubuntu.yml --- .github/workflows/cmake-compile-ubuntu.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-compile-ubuntu.yml b/.github/workflows/cmake-compile-ubuntu.yml index 1292ab4..c26d6a4 100644 --- a/.github/workflows/cmake-compile-ubuntu.yml +++ b/.github/workflows/cmake-compile-ubuntu.yml @@ -20,7 +20,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 + 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. From f661419db6c48eb261154525538c2b88f94760af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Wiesner?= <36966235+epagris@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:21:44 +0200 Subject: [PATCH 2/3] Update cmake-compile-ubuntu.yml --- .github/workflows/cmake-compile-ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-compile-ubuntu.yml b/.github/workflows/cmake-compile-ubuntu.yml index c26d6a4..f5babda 100644 --- a/.github/workflows/cmake-compile-ubuntu.yml +++ b/.github/workflows/cmake-compile-ubuntu.yml @@ -4,9 +4,9 @@ name: Compile [ubuntu] on: push: - branches: [ "master" ] + branches: [ "ubuntu-compile-workflow" ] pull_request: - branches: [ "master" ] + branches: [ "ubuntu-compile-workflow" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) From a25d69dccfffc3d08eee4c35ab5a2ffc87ec0a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Wiesner?= <36966235+epagris@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:26:30 +0200 Subject: [PATCH 3/3] Update cmake-compile-ubuntu.yml --- .github/workflows/cmake-compile-ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-compile-ubuntu.yml b/.github/workflows/cmake-compile-ubuntu.yml index f5babda..c26d6a4 100644 --- a/.github/workflows/cmake-compile-ubuntu.yml +++ b/.github/workflows/cmake-compile-ubuntu.yml @@ -4,9 +4,9 @@ name: Compile [ubuntu] on: push: - branches: [ "ubuntu-compile-workflow" ] + branches: [ "master" ] pull_request: - branches: [ "ubuntu-compile-workflow" ] + branches: [ "master" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)