From caf5c0845c866885cb4899172e1c5d25bcefac1e Mon Sep 17 00:00:00 2001 From: Simon Walton Date: Wed, 4 Dec 2019 14:15:03 -0800 Subject: [PATCH] Try moving Windows-console build to end --- .github/workflows/cmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 60cdbb11f3..23c3d800fd 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -162,11 +162,6 @@ jobs: #build_full_win32: - - name: Build Console (Windows) - if: matrix.os == 'windows-latest' - shell: bash - working-directory: ${{runner.workspace}}/build - run: cmake --build . --config $BUILD_TYPE --target packaged-server-console - name: Build Application (Windows) if: matrix.os == 'windows-latest' shell: bash @@ -182,6 +177,11 @@ jobs: shell: bash working-directory: ${{runner.workspace}}/build run: cmake --build . --config $BUILD_TYPE --target assignment-client + - name: Build Console (Windows) + if: matrix.os == 'windows-latest' + shell: bash + working-directory: ${{runner.workspace}}/build + run: cmake --build . --config $BUILD_TYPE --target packaged-server-console - name: Build Installer (Windows) if: matrix.os == 'windows-latest' shell: bash