Skip to content

Commit d0d4b4c

Browse files
committed
Fix location of libc++_shared.so
1 parent 5b015d8 commit d0d4b4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ if [[ -d Tests ]]; then
146146
cp -a Tests .build/"${STAGING}"
147147
fi
148148

149+
find ~/ -name libc++_shared.so
150+
149151
cd .build/
150152
cp -a debug/*.xctest "${STAGING}"
151153
cp -a debug/*.resources "${STAGING}" || true

0 commit comments

Comments
 (0)