Skip to content

Commit 937c84b

Browse files
committed
s
1 parent ca49745 commit 937c84b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
8282
- name: Build (c++17)
8383
run: |
84-
msbuild -m build.cxx17\simplecpp.sln /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
84+
msbuild -m build.cxx17\simplecpp.${{ matrix.sln }} /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
8585
8686
- name: Run CMake (c++20)
8787
run: |
8888
cmake -S . -B build.cxx20 -G "${{ matrix.generator }}" -A x64 -Werror=dev --warn-uninitialized -DCMAKE_CXX_STANDARD=20 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
8989
9090
- name: Build (c++20)
9191
run: |
92-
msbuild -m build.cxx20\simplecpp.sln /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
92+
msbuild -m build.cxx20\simplecpp.${{ matrix.sln }} /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
9393

0 commit comments

Comments
 (0)