Skip to content

Commit 7a25ed7

Browse files
fix android LD
1 parent d8fdac8 commit 7a25ed7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
if: ${{ startsWith(matrix.platform, 'android') }}
5757
run: |
5858
rm -rf ~/.conan/data/*/*/_/_/package
59+
echo -e "[buildenv]\nLD=ld" >> CI/conan/${{ matrix.conan_profile }}
5960
6061
# Completely remove packages that were confirmed to be rebuildable using upstream recipe/sources
6162
# TODO: generate entire package from scratch instead of such cleanup

0 commit comments

Comments
 (0)