File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff 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
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"
You can’t perform that action at this time.
0 commit comments