浏览代码

try fix CI (#2659)

* try fix CI

* drop support of qt 5.15 as msvc2019 is no logger supported by GitHub actions
Le Tan 1 周之前
父节点
当前提交
1ebe3fd4ec
共有 1 个文件被更改,包括 0 次插入25 次删除
  1. 0 25
      .github/workflows/ci-win.yml

+ 0 - 25
.github/workflows/ci-win.yml

@@ -28,15 +28,6 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - name: "Build on Win64 Qt 5.15"
-            arch: win64_msvc2019_64
-            vs_version: 2019
-            vs_cmd: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
-            qt: 5.15.2
-            qt_modules: qtwebengine
-            qt_tools: tools_opensslv3_x64
-            qt_major: 5
-            suffix: "-windows7"
           - name: "Build on Win64 Qt 6"
             arch: win64_msvc2022_64
             vs_version: 2022
@@ -82,13 +73,6 @@ jobs:
         run: mkdir build
         working-directory: ${{runner.workspace}}
 
-      - name: Clone OpenSSL on 5.15
-        shell: bash
-        if: ${{startsWith(matrix.config.qt, '5.15')}}
-        run: |
-          git clone https://github.com/tamlok/openssl-utils.git openssl-utils.git --depth=1
-        working-directory: ${{runner.workspace}}/build
-
       # Enable tmate debugging of manually-triggered workflows if the input option was provided
       - name: Setup tmate session
         uses: mxschmitt/action-tmate@v3
@@ -106,14 +90,6 @@ jobs:
           dir
         working-directory: ${{runner.workspace}}/build
 
-      - name: Rename on 5.15
-        shell: bash
-        if: ${{startsWith(matrix.config.qt, '5.15')}}
-        run: |
-          mv VNote-${{env.VNOTE_VER}}-win64 VNote-${{env.VNOTE_VER}}-win64${{matrix.config.suffix}}
-          mv VNote-${{env.VNOTE_VER}}-win64.zip VNote-${{env.VNOTE_VER}}-win64${{matrix.config.suffix}}.zip
-        working-directory: ${{runner.workspace}}/build
-
       - name: Archive Artifacts
         uses: actions/upload-artifact@v4
         with:
@@ -121,7 +97,6 @@ jobs:
           path: ${{runner.workspace}}/build/VNote-${{env.VNOTE_VER}}-win64${{matrix.config.suffix}}
 
       - name: Archive Installer
-        if: ${{!startsWith(matrix.config.qt, '5.15')}}
         uses: actions/upload-artifact@v4
         with:
           name: VNote-${{env.VNOTE_VER}}-win64${{matrix.config.suffix}}.msi