Skip to content

Commit 9c71e45

Browse files
committed
Include baremetal compiler-rt
1 parent 78db18e commit 9c71e45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sysroot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
3737
cd "${ANDROID_NDK_HOME:?}"/toolchains/llvm/prebuilt/linux-x86_64/lib/clang/*/lib/linux
3838
find ./ -mindepth 1 -type d -exec sh -c 'echo "INPUT(-lunwind)" > "$1"/libgcc.a' sh {} \;
39-
tar -cJf /tmp/android_compiler-rt.tar.xz -C . .
39+
cd ..
40+
tar -cJf /tmp/android_compiler-rt.tar.xz -C . linux baremetal
4041
4142
- name: Create Release
4243
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)