File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,15 @@ jobs:
2525 - name : Download GCC for Android
2626 if : steps.cache-gcc.outputs.cache-hit != 'true'
2727 run : |
28- git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9 ~/gcc-toolchain
29- cd ~/gcc-toolchain
28+ mkdir ~/gcc-toolchain
29+ git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9 ~/gcc-toolchain/arm32
30+ cd ~/gcc-toolchain/arm32
3031 git checkout e9b2ab0932573a0ca90cad11ab75d9619f19c458
31- git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 ~/gcc64 -toolchain
32- cd ~/gcc64 -toolchain
32+ git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 ~/gcc -toolchain/arm64
33+ cd ~/gcc -toolchain/arm64
3334 git checkout 22f053ccdfd0d73aafcceff3419a5fe3c01e878b
3435 - name : Build the bootloader
35- run : PATH=/home/runner/gcc-toolchain/bin:/home/runner/gcc64 -toolchain/bin:$PATH bash k6789v1_64-build.sh
36+ run : PATH=/home/runner/gcc-toolchain/arm32/ bin:/home/runner/gcc -toolchain/arm64 /bin:$PATH bash k6789v1_64-build.sh
3637 - name : Upload bootloader (unsigned)
3738 uses : actions/upload-artifact@v4
3839 with :
You can’t perform that action at this time.
0 commit comments