Skip to content

Commit 79bd21e

Browse files
authored
ci: add gcc64 to path
1 parent f59f7c4 commit 79bd21e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9 ~/gcc-toolchain
2929
cd ~/gcc-toolchain
3030
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
3134
- name: Build the bootloader
32-
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
3336
- name : Upload bootloader (unsigned)
3437
uses: actions/upload-artifact@v4
3538
with:

0 commit comments

Comments
 (0)