Skip to content

Commit

Permalink
GHA: Add patch 4050
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Aug 8, 2022
1 parent 394bbcf commit 5c359dd
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"
- name: "Apply patch #3981 and #4050"
run: |
curl -L -O https://github.com/armbian/build/pull/3981.patch
git apply 3981.patch
curl -L -O "https://github.com/armbian/build/pull/{3981,4050}.patch"
git apply {3981,4050}.patch
- name: Download debs
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 5c359dd

Please sign in to comment.