Revert "Update build-qv2ray-cmake.yml"

This reverts commit 38badddad1.
This commit is contained in:
ymshenyu 2020-10-08 12:25:23 +08:00
parent 38badddad1
commit c66a14152f

View File

@ -149,8 +149,6 @@ jobs:
CC: cl.exe
CXX: cl.exe
run: |
cd libs
move /Y .\windows-${{ matrix.arch }}\installed\${{ matrix.arch }}-windows .\
mkdir build
cd build
cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=./deployment -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}