Skip to content

Commit

Permalink
64-bit もビルド
Browse files Browse the repository at this point in the history
エラー前提

Signed-off-by: Syuugo <[email protected]>
  • Loading branch information
s1204IT authored May 8, 2024
1 parent 85dbd36 commit 677d1b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
uses: actions/checkout@v4

- name: Compile
run: $ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi28-clang -DSHELL mali_shrinker_mmap32.c -o shrinker
run: $ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi28-clang -DSHELL mali_shrinker_mmap32.c -o shrinker-32

- name: Compile 64-bit
continue-on-error: true
run: $ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android28-clang -DSHELL mali_shrinker_mmap32.c -o shrinker-64

- name: Uplaod
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 677d1b8

Please sign in to comment.