mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Change Win64 builds to Qt 6.5.0
This commit is contained in:
parent
ce92b98527
commit
84ea44829a
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -219,26 +219,26 @@ jobs:
|
|||||||
file_glob: true
|
file_glob: true
|
||||||
|
|
||||||
build_release_windows_64:
|
build_release_windows_64:
|
||||||
name: Release build (Win64, static Qt 6.4.2)
|
name: Release build (Win64, static Qt 6.5.0)
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Get Qt 6.4.2
|
- name: Get Qt 6.5.0
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: LongSoft/qt-6.4.2-static-x64-msvc2022
|
repository: LongSoft/qt-6-static-x64-msvc2022
|
||||||
path: qt6
|
path: qt6
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Unpack Qt 6.4.2
|
- name: Unpack Qt 6.5.0
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: qt6
|
working-directory: qt6
|
||||||
run: 7z x qt-6.4.2-static-x64-msvc2022.7z -o../..
|
run: 7z x qt-6.5.0-static-x64-msvc2022.7z -o../..
|
||||||
- name: Create build directory
|
- name: Create build directory
|
||||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||||
- name: Configure everything
|
- name: Configure everything
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: cmake -DCMAKE_PREFIX_PATH="D:\a\UEFITool\qt-6.4.2-static-x64-msvc2022" -DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded" ../UEFITool
|
run: cmake -DCMAKE_PREFIX_PATH="D:\a\UEFITool\qt-6.5.0-static-x64-msvc2022" -DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded" ../UEFITool
|
||||||
- name: Build everything
|
- name: Build everything
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user