Skip to content

Commit

Permalink
fixup! CI: Support custom gcc (issue by #75)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoleGun <1592501605@qq.com>
  • Loading branch information
xiaoleGun committed Jul 31, 2023
1 parent 345c483 commit 23aece3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
fi
- name: Download Gcc-aosp
if: env.USE_CUSTOM_GCC_64 != 'true' || env.USE_CUSTOM_GCC_32 != 'true'
run: |
if: env.USE_CUSTOM_GCC_64 != 'true' || env.USE_CUSTOM_GCC_32 != 'true'
cd $GITHUB_WORKSPACE/kernel_workspace
if [ ${{ env.ENABLE_GCC_ARM64 }} = true ]; then
mkdir gcc-64
Expand Down

0 comments on commit 23aece3

Please sign in to comment.