We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e29b8 commit f391fc4Copy full SHA for f391fc4
.github/workflows/build-windows.yml
@@ -25,7 +25,7 @@ jobs:
25
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
26
# You can convert this to a matrix build if you need cross-platform coverage.
27
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
28
- runs-on: windows-2019
+ runs-on: windows-latest
29
30
steps:
31
@@ -75,7 +75,6 @@ jobs:
75
shell: cmd
76
run: |
77
cmake -B ${{github.workspace}}/_build ^
78
- -G "Visual Studio 16 2019" ^
79
-A ${{ matrix.build_arch }} ^
80
-T ${{ env.VS_TOOLSET }} ^
81
-DECALUDP_BUILD_SAMPLES=ON ^
0 commit comments