We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aceb48 commit 34b4521Copy full SHA for 34b4521
.github/workflows/build.yml
@@ -167,7 +167,7 @@ jobs:
167
archives: 'qtmultimedia qtmacextras qtbase qttools'
168
169
- name: Setup Python ${{ matrix.python-version }}
170
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
171
with:
172
python-version: '${{ matrix.python-version }}'
173
.github/workflows/build_latest.yml
@@ -36,7 +36,7 @@ jobs:
36
archives: "qtmultimedia qtbase qttools qtdeclarative ${{ matrix.os == 'windows' && 'qtwinextras' || 'qtlinuxextras qtwayland icu' }}"
37
38
39
40
41
42
0 commit comments