NetChannels #19

Merged
Karutoh merged 16 commits from NetChannels into main 2025-03-28 23:11:54 -07:00
Showing only changes of commit e071877045 - Show all commits

View File

@ -22,10 +22,10 @@ jobs:
- name: Building/Compiling/Installing Project
run: |
cd ${{ gitea.workspace }}
echo $env:VCPKG_ROOT
echo $VCPKG_ROOT
mkdir build
cd build
cmake -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$env:VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake ..
cmake -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake ..
cmake --build . --config Release
cmake --install .