We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59f7c4 commit 79bd21eCopy full SHA for 79bd21e
1 file changed
.github/workflows/ci.yml
@@ -28,8 +28,11 @@ jobs:
28
git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9 ~/gcc-toolchain
29
cd ~/gcc-toolchain
30
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
33
+ git checkout 22f053ccdfd0d73aafcceff3419a5fe3c01e878b
34
- name: Build the bootloader
- run: PATH=/home/runner/gcc-toolchain/bin:$PATH bash k6789v1_64-build.sh
35
+ run: PATH=/home/runner/gcc-toolchain/bin:/home/runner/gcc64-toolchain/bin:$PATH bash k6789v1_64-build.sh
36
- name : Upload bootloader (unsigned)
37
uses: actions/upload-artifact@v4
38
with:
0 commit comments