Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 3, 2024
1 parent 984d19a commit 09dc153
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .github/workflows/build-relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@main

- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.8
host: windows
target: desktop
arch: win64_msvc2022_64
setup-python: false

- name: Checkout msbuild
id: checkout_msbuild
uses: microsoft/setup-msbuild@v2
Expand All @@ -35,28 +44,13 @@ jobs:
where.exe cl.exe
where.exe nmake.exe
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.8
host: windows
target: desktop
arch: win64_msvc2022_64
setup-python: false

# - name: Set up Qt6
# shell: cmd
# run: |
# choco -v
# choco install -y qt6-base-dev

- name: Build
shell: cmd
# env:
# PATH: ${{ env.PATH }};C:\Qt\6.4.2\mingw_64\bin
run: |
echo %PATH%
where.exe qmake
where.exe cl.exe
where.exe nmake.exe
qmake CONFIG+=release
nmake
Expand Down

0 comments on commit 09dc153

Please sign in to comment.