Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 19, 2024
1 parent 1e33202 commit 9d06dcf
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,11 @@ jobs:
modules: qtcharts
setup-python: true

- name: Download JOM
uses: suisei-cn/[email protected]
with:
url: http://download.qt.io/official_releases/jom/jom.zip

- name: Unzip JOM
run: |
7z x jom.zip -ojom
- name: Debug
- name: install jom
run: |
dir
choco install jom
- name: Build
run: |
qmake -r QOpenHD.pro
jom/jom ../
jom

0 comments on commit 9d06dcf

Please sign in to comment.