Skip to content

Commit

Permalink
Revert "GHA: Add patch 4050"
Browse files Browse the repository at this point in the history
This reverts commit 5c359dd.
  • Loading branch information
hzyitc committed Aug 8, 2022
1 parent 5c359dd commit 132527d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 132527d

Please sign in to comment.