Skip to content

Commit 06ed014

Browse files
committed
update to 6.8.1
1 parent 2a1f8a0 commit 06ed014

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-packages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55

66
env:
7-
QT_VERSION: 6.8.0
8-
QT_RELEASE: 2
7+
QT_VERSION: 6.8.1
8+
QT_RELEASE: 1
99

1010
jobs:
1111
build:
@@ -102,6 +102,7 @@ jobs:
102102
echo ${{ runner.os == 'Windows' && 'VCPKG_INSTALLATION_ROOT=C:/vcpkg' || 'VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg' }} >> $GITHUB_ENV
103103
104104
- name: Configure build
105+
shell: bash
105106
run: >
106107
qt-everywhere-src-${{ env.QT_VERSION }}/configure${{ runner.os == 'Windows' && '.bat' || '' }}
107108
-cmake-generator Ninja

0 commit comments

Comments
 (0)