Skip to content

Commit 1833311

Browse files
1
1 parent b4d9a66 commit 1833311

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,9 @@ jobs:
220220
name: ${{ matrix.platform }}
221221
compression-level: 0
222222
path: |
223+
${{ env.CONAN_HOME }}/p/b/qt*
223224
${{ env.CONAN_HOME }}/p/b/ffmp*/b/build-release
224-
${{ env.CONAN_HOME }}/p/b/zlib*/p
225+
${{ env.CONAN_HOME }}/p/zlib*/p
225226
226227
- run: exit 1
227228

conan_patches/qt/conandata.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ patches:
4242
"patch_file": "patches/0019-Fix-QPainterPath-with-QFont-SmallCaps.patch"
4343
- "base_path": "qt5/qtbase"
4444
"patch_file": "patches/0020-Respect-font-stretch-if-set-together-with-font-style.patch"
45-
- "base_path": "qt5/qtbase"
46-
"patch_file": "patches/0021-Support-transformations-in-pattern-texture-brushes-i.patch"
4745
- "base_path": "qt5/qtbase"
4846
"patch_file": "patches/0022-Fix-highdpi-conversion-of-QTabletEvent-coordinates-o.patch"
4947
- "base_path": "qt5/qtbase"

0 commit comments

Comments
 (0)