Skip to content

Commit

Permalink
Remove deprected switch. Logs saying its not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jan 1, 2024
1 parent d19f4bf commit d925a36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit d925a36

Please sign in to comment.