Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored Jan 16, 2025
1 parent c3828bb commit c7f15a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
sudo git clone --depth 1 --branch android-7.1.2_r37 --single-branch https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8 /opt/toolchains/arm-eabi-4.8/
- name: Building Kernel
run: |
export CROSS_COMPILER=/opt/toolchains/arm-eabi-4.8/bin/arm-eabi-
export KBUILD_BUILD_USER=notnoelchannel
export KBUILD_BUILD_HOST=unlegacy-devices
make -j4 j3xnlte_defconfig
Expand Down

0 comments on commit c7f15a5

Please sign in to comment.