Skip to content

Commit

Permalink
GHA: Remove merged patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Sep 2, 2022
1 parent 0a35173 commit 01853a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ jobs:
repository: ${{ env.ARMBIAN_REPO }}
ref: ${{ env.ARMBIAN_SHA }}

- name: "Apply patch #3774, #4072 and #4077"
- name: "Apply patch #3774 and #4077"
run: |
curl -L -O "https://github.com/armbian/build/pull/{3774,4072,4077}.patch"
curl -L -O "https://github.com/armbian/build/pull/{3774,4077}.patch"
for file in *.patch; do
patch --batch -p1 -N <"$file"
done
Expand Down

0 comments on commit 01853a8

Please sign in to comment.