Skip to content

Commit

Permalink
Update CMake workflow to include x64 Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jan 3, 2024
1 parent 67f5cc4 commit 632d0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 632d0f2

Please sign in to comment.