diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index f9fe9b96f..80c10da04 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -59,9 +59,6 @@ jobs: strategy: matrix: include: - - platform: windows-2022 - arch: x64 - qt_version: "5.15" - platform: windows-2022 arch: x64 qt_version: "6.5" @@ -126,12 +123,8 @@ jobs: source libs/env_qtsdk.sh $PWD/qtsdk/Qt mkdir build cd build - if [ "$DL_QT_VER" == "5.15" ]; then - cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. - else - cmake -GNinja -DQT_VERSION_MAJOR=6 -DCMAKE_BUILD_TYPE=Release .. - fi - ninja + cmake -GNinja -DQT_VERSION_MAJOR=6 -DCMAKE_BUILD_TYPE=Release .. + ninja -j2 cd .. ./libs/deploy_windows64.sh - name: Linux - Generate MakeFile and Build @@ -176,9 +169,6 @@ jobs: cd deployment cp -r public_res/* linux64 cp -r public_res/* windows64 - cp -r public_res/* windows7-x64 - cp windows64/neko*core.exe windows7-x64 - cp windows64/updater.exe windows7-x64 rm -rf public_res *.pdb #### mv linux64 nekoray @@ -188,10 +178,6 @@ jobs: mv windows64 nekoray zip -r $version_standalone-windows64.zip nekoray rm -rf nekoray - #### - mv windows7-x64 nekoray - zip -r $version_standalone-windows7-x64.zip nekoray - rm -rf nekoray - name: Pack Debian if: github.event.inputs.publish != 'y' run: | @@ -217,7 +203,6 @@ jobs: cd deployment rm -rf linux64 rm -rf windows64 - rm -rf windows7-x64 rm -rf public_res rm -rf *.pdb - name: Uploading Artifact