From 939fc70f02767a90b7319cd2321ae564b0772441 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 1 Jan 2024 13:54:24 +0100 Subject: [PATCH] Remove deprected switch. Logs saying its not needed anymore. --- .github/workflows/compile.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index 5ad8c00a5b63e..fee0f038795f6 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -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"