Remove deprected switch. Logs saying its not needed anymore.

This commit is contained in:
Igor Pecovnik
2024-01-01 13:54:24 +01:00
committed by Ricardo Pardini
parent 92427fc9dc
commit daa0334b87

View File

@@ -34,7 +34,7 @@ jobs:
- name: Build Kernel at ${{ github.event.pull_request.head.sha }}
id: kernel
run: |
rm -rf output/debs/*
mkdir -p userpatches/extensions/
cat <<- EOF > userpatches/extensions/pull-request.sh
@@ -44,7 +44,6 @@ jobs:
EOF
bash ./compile.sh kernel \
SHARE_LOG=yes \
ARTIFACT_USE_CACHE="yes" \
BOARD=orangepi5 \
BRANCH=legacy \
ENABLE_EXTENSIONS="pull-request"