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 2c62188 commit 2beb304Copy full SHA for 2beb304
.github/workflows/rebuildDependencies.yml
@@ -77,12 +77,12 @@ jobs:
77
cmakeVersion=3.31.5
78
echo "$ANDROID_HOME/cmake/$cmakeVersion" >> "$GITHUB_PATH"
79
echo "
80
-[platform_tool_requires]
81
-cmake/$cmakeVersion
82
-ninja/1.12.1
+ [platform_tool_requires]
+ cmake/$cmakeVersion
+ ninja/1.12.1
83
84
-[conf]
85
-tools.cmake.cmaketoolchain:generator=Ninja" >> $(conan profile path default)
+ [conf]
+ tools.cmake.cmaketoolchain:generator=Ninja" >> $(conan profile path default)
86
87
- name: Install system libs recipes
88
if: ${{ matrix.conan_system_libs }}
0 commit comments