Skip to content

Commit 1c46171

Browse files
committed
qemu
1 parent 5be982b commit 1c46171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CrossBuilds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
diet-build: 'OFF',
9090
build_type: 'Debug',
9191
diet_build: false,
92+
packages: 'qemu-user-static',
9293
ndk_version: 'r29',
9394
cross_file: 'ndk/build/cmake/android-legacy.toolchain.cmake',
9495
qemu: 'qemu-aarch64-static'
@@ -120,7 +121,6 @@ jobs:
120121
mkdir ndk
121122
unzip -q -d ndk android-ndk-${ndk_version}-linux.zip
122123
mv ndk/*/* ndk/
123-
echo "$NDK_PATH"
124124
cat ndk/source.properties
125125
echo "set(CMAKE_CROSSCOMPILING_EMULATOR '${qemu};-L;$PWD/ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/')" >> "${cross_file}"
126126

0 commit comments

Comments
 (0)