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 352e711 commit f65f470Copy full SHA for f65f470
.github/workflows/build-windows.yml
@@ -24,7 +24,7 @@ jobs:
24
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
25
# You can convert this to a matrix build if you need cross-platform coverage.
26
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
27
- runs-on: windows-2019
+ runs-on: windows-latest
28
29
steps:
30
@@ -62,7 +62,6 @@ jobs:
62
shell: cmd
63
run: |
64
cmake -B ${{github.workspace}}/_build ^
65
- -G "Visual Studio 16 2019" ^
66
-A ${{ matrix.build_arch }} ^
67
-T ${{ env.VS_TOOLSET }} ^
68
-DTCP_PUBSUB_BUILD_SAMPLES=ON ^
0 commit comments