Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Nov 9, 2024
1 parent 916c125 commit ce6d06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds_desktop_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}
#arch: 'win64_msvc2022_64'
arch: 'win64_msvc2019_64'

# Install NSIS (already installed in 'windows-2022')
#- name: Install NSIS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builds_mobile_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
APP_NAME: "QmlAppTemplate"
APP_VERSION: "0.8"
QT_VERSION: "6.7.3"
QT_VERSION: "6.8.0"

#-------------------------------------------------------------------------------
# SECRETS
Expand Down

0 comments on commit ce6d06b

Please sign in to comment.