1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-29 21:32:24 +01:00
This commit is contained in:
Pavel Odintsov 2023-04-01 19:52:38 +01:00
parent 6574489b7e
commit dec902d982

@ -13,7 +13,8 @@ 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
# We need to fix dependencies before uncommenting it
#- run: cmake -S src -B src/build
build_windows2022:
executor: win/server-2022
steps: