From 632d0f2f84a4239717fed7099fe3694aa9660cbb Mon Sep 17 00:00:00 2001 From: ak5k <42914711+ak5k@users.noreply.github.com> Date: Wed, 3 Jan 2024 08:47:46 +0200 Subject: [PATCH] Update CMake workflow to include x64 Windows build --- .github/workflows/cmake-multi-platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8dccfd7..8aaa882 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -72,7 +72,8 @@ jobs: # Execute tests defined by the CMake configuration shell: bash run: | - if [[ "${{ matrix.os }}" == "windows-latest" ]]; then + if [[ "${{ matrix.os }}" == "windows-latest" && + "${{ matrix.arch }}" == "x64" ]]; then cpack elif [[ "${{ matrix.os }}" == "macos-latest" ]]; then sudo cpack