Skip to content

Commit 23aece3

Browse files
committed
fixup! CI: Support custom gcc (issue by #75)
Signed-off-by: xiaoleGun <[email protected]>
1 parent 345c483 commit 23aece3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
fi
8888
8989
- name: Download Gcc-aosp
90+
if: env.USE_CUSTOM_GCC_64 != 'true' || env.USE_CUSTOM_GCC_32 != 'true'
9091
run: |
91-
if: env.USE_CUSTOM_GCC_64 != 'true' || env.USE_CUSTOM_GCC_32 != 'true'
9292
cd $GITHUB_WORKSPACE/kernel_workspace
9393
if [ ${{ env.ENABLE_GCC_ARM64 }} = true ]; then
9494
mkdir gcc-64

0 commit comments

Comments
 (0)