Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuperino authored May 19, 2024
1 parent 3edd757 commit 5ee26b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
- name: Build with QMake as static
working-directory: HotkeyTest
run: |
qmake "CONFIG+=x86_64"
qmake -set arch x86_64 "CONFIG+=x86_64"
${{ matrix.make }}
- name: Build with QMake as shared
working-directory: HotkeyTest
run: |
qmake "CONFIG+=x86_64" "DEFINES+=QHOTKEY_SHARED QHOTKEY_LIBRARY"
qmake -set arch x86_64 "CONFIG+=x86_64" "DEFINES+=QHOTKEY_SHARED QHOTKEY_LIBRARY"
${{ matrix.make }}

0 comments on commit 5ee26b1

Please sign in to comment.