1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-26 13:14:31 +01:00

Fixed logical error for Windows console

This commit is contained in:
Pavel Odintsov 2023-04-01 19:50:37 +01:00
parent cfc5c2bb09
commit 6574489b7e

@ -13,7 +13,7 @@ jobs:
- run: 'Write-Host "Hello from FastNetMon"'
- run: choco install -y --no-progress cmake --installargs "ADD_CMAKE_TO_PATH=User"
- run: mkdir src/build
- run: cmake -S src -B src/build Ver > nul
- run: cmake -S src -B src/build || Ver > nul
build_windows2022:
executor: win/server-2022
steps: