Skip to content

Commit 3ea5038

Browse files
1
1 parent ecd8ad0 commit 3ea5038

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
before_install: macos.sh
2424
conan_profile: macos-arm
2525
conan_system_libs: bzip2 libiconv sqlite3 zlib
26-
- platform: ios
27-
os: macos-14
28-
before_install: macos.sh
29-
conan_profile: ios-arm64
30-
conan_system_libs: bzip2 libiconv sqlite3 zlib
26+
# - platform: ios
27+
# os: macos-14
28+
# before_install: macos.sh
29+
# conan_profile: ios-arm64
30+
# conan_system_libs: bzip2 libiconv sqlite3 zlib
3131
- platform: android-armeabi-v7a
3232
os: ubuntu-24.04
3333
before_install: android.sh
@@ -75,7 +75,7 @@ jobs:
7575
shell: bash
7676
run: |
7777
cmakeVersion=3.31.5
78-
echo "$ANDROID_HOME/cmake/$cmakeVersion" >> "$GITHUB_PATH"
78+
echo "$ANDROID_HOME/cmake/$cmakeVersion" | cat - "$GITHUB_PATH" > "$GITHUB_PATH"
7979
echo "
8080
[platform_tool_requires]
8181
cmake/$cmakeVersion
@@ -126,8 +126,7 @@ jobs:
126126
127127
# versions must be synced with: conan_patches/<package>/conandata.yml
128128
# if no custom patches are required for a package, it should be removed from here
129-
# md4c is here because it's overridden in our conanfile.py and is required by Qt
130-
for p in md4c/0.5.2 minizip/1.3.1 qt/5.15.16 ; do
129+
for p in minizip/1.3.1 qt/5.15.16 ; do
131130
IFS_OLD="$IFS"
132131
IFS=/
133132
read package version <<<"$p"

0 commit comments

Comments
 (0)