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 dcc364e commit 1ecf047
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

env:
QT_VERSION: 5.15.2
GST_VERSION: 1.22.11
ARTIFACT: QGroundControl-Installer.exe

steps:
- name: Checkout repo
Expand Down Expand Up @@ -57,8 +55,11 @@ jobs:
run: |
7z x jom.zip -ojom
- name: Debug
run: |
dir
- name: Build
working-directory: ${{ runner.temp }}\shadow_build_dir
run: |
qmake -r ${{ env.SOURCE_DIR }}\QOpenHD.pro
${{ runner.temp }}\jom\jom -j2

0 comments on commit 1ecf047

Please sign in to comment.