Skip to content

Commit

Permalink
Fix QT version in deploy script
Browse files Browse the repository at this point in the history
This will fix broken build
  • Loading branch information
outspace committed Jun 8, 2023
1 parent a116774 commit f8b1cbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

env:
QT_VERSION: 6.5.0
QT_VERSION: 6.5.1
QIF_VERSION: 4.5

steps:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: windows-latest

env:
QT_VERSION: 6.5.0
QT_VERSION: 6.5.1
QIF_VERSION: 4.5
BUILD_ARCH: 64

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
runs-on: macos-latest

env:
QT_VERSION: 6.5.0
QT_VERSION: 6.5.1

steps:
- name: 'Setup xcode'
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
runs-on: macos-latest

env:
QT_VERSION: 6.5.0
QT_VERSION: 6.5.1
QIF_VERSION: 4.5

steps:
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
arch: ['android_x86_64', 'android_x86'] #, 'android_armv7', 'android_arm64_v8a']

env:
QT_VERSION: 6.5.0
QT_VERSION: 6.5.1

steps:
- name: 'Install desktop Qt'
Expand Down

0 comments on commit f8b1cbe

Please sign in to comment.