diff --git a/.github/workflows/windows-msvc.yml b/.github/workflows/windows-msvc.yml index a5c70b7..0c6e8ef 100644 --- a/.github/workflows/windows-msvc.yml +++ b/.github/workflows/windows-msvc.yml @@ -48,15 +48,13 @@ jobs: - uses: actions/checkout@v3.2.0 - - uses: microsoft/setup-msbuild@v1.3 - - - name: Generate recent MSVC solution file using CMake + - name: Configure build run: |- cmake -G "Visual Studio 17 2022" -A Win32 -DCMAKE_BUILD_TYPE=RelWithDebInfo . - name: Build both plug-in and screensaver run: |- - msbuild -m geiss.sln + cmake --build . - name: Build plug-in installer + prepare artifacts for upload shell: bash