diff --git a/.github/workflows/cpp-build.yml b/.github/workflows/cpp-build.yml index 6c56bef..fb2ada1 100644 --- a/.github/workflows/cpp-build.yml +++ b/.github/workflows/cpp-build.yml @@ -79,7 +79,7 @@ jobs: cd glinx-core mkdir build cd build - cmake .. -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release + cmake .. -DCMAKE_BUILD_TYPE=Release - name: Build run: |