We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1f8a0 commit 06ed014Copy full SHA for 06ed014
.github/workflows/build-packages.yml
@@ -4,8 +4,8 @@ on:
4
workflow_dispatch:
5
6
env:
7
- QT_VERSION: 6.8.0
8
- QT_RELEASE: 2
+ QT_VERSION: 6.8.1
+ QT_RELEASE: 1
9
10
jobs:
11
build:
@@ -102,6 +102,7 @@ jobs:
102
echo ${{ runner.os == 'Windows' && 'VCPKG_INSTALLATION_ROOT=C:/vcpkg' || 'VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg' }} >> $GITHUB_ENV
103
104
- name: Configure build
105
+ shell: bash
106
run: >
107
qt-everywhere-src-${{ env.QT_VERSION }}/configure${{ runner.os == 'Windows' && '.bat' || '' }}
108
-cmake-generator Ninja
0 commit comments