Skip to content

Commit

Permalink
Update build-kernel_by_gcc4.9.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxi1997 authored Jan 20, 2024
1 parent 7d4336c commit 673943b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-kernel_by_gcc4.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
export PATH=$GITHUB_WORKSPACE/kernel_workspace/google_gcc-4.9/aarch64-linux-android-4.9/bin:$GITHUB_WORKSPACE/kernel_workspace/google_gcc-4.9/arm-linux-androideabi-4.9/bin:$PATH
export KBUILD_BUILD_HOST=Github-Action
aarch64-linux-android-gcc -v
arm-linux-androideabi-gcc -v
export KBUILD_BUILD_USER=$(echo ${{ github.actor }} | tr A-Z a-z)
if [ ! -z ${{ env.KSU_EXPECTED_SIZE }} ] && [ ! -z ${{ env.KSU_EXPECTED_HASH }} ]; then
export KSU_EXPECTED_SIZE=${{ env.KSU_EXPECTED_SIZE }}
Expand Down

0 comments on commit 673943b

Please sign in to comment.