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 c7f15a5 commit 4ca380b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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 CROSS_COMPILE=/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 4ca380b

Please sign in to comment.