Skip to content

Commit 2beb304

Browse files
1
1 parent 2c62188 commit 2beb304

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
cmakeVersion=3.31.5
7878
echo "$ANDROID_HOME/cmake/$cmakeVersion" >> "$GITHUB_PATH"
7979
echo "
80-
[platform_tool_requires]
81-
cmake/$cmakeVersion
82-
ninja/1.12.1
80+
[platform_tool_requires]
81+
cmake/$cmakeVersion
82+
ninja/1.12.1
8383
84-
[conf]
85-
tools.cmake.cmaketoolchain:generator=Ninja" >> $(conan profile path default)
84+
[conf]
85+
tools.cmake.cmaketoolchain:generator=Ninja" >> $(conan profile path default)
8686
8787
- name: Install system libs recipes
8888
if: ${{ matrix.conan_system_libs }}

0 commit comments

Comments
 (0)