From 132527d7982c6050fcb3c30966a01c260c9f902e Mon Sep 17 00:00:00 2001 From: hzy Date: Mon, 8 Aug 2022 23:57:08 +0800 Subject: [PATCH] Revert "GHA: Add patch 4050" This reverts commit 5c359ddde1a2ef48e23037799b4d77720d6252d6. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52c633057378..39101c6346de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,10 +155,10 @@ jobs: repository: ${{ env.ARMBIAN_REPO }} ref: ${{ env.ARMBIAN_SHA }} - - name: "Apply patch #3981 and #4050" + - name: "Apply patch #3981" run: | - curl -L -O "https://github.com/armbian/build/pull/{3981,4050}.patch" - git apply {3981,4050}.patch + curl -L -O https://github.com/armbian/build/pull/3981.patch + git apply 3981.patch - name: Download debs uses: actions/download-artifact@v2