Skip to content

Commit

Permalink
Do not patch armbian#4077
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikeolf committed Jan 8, 2024
1 parent 7769f72 commit f9933bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ jobs:
repository: ${{ env.ARMBIAN_REPO }}
ref: ${{ env.ARMBIAN_SHA }}

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

- name: Download debs
uses: actions/download-artifact@v3
Expand Down

0 comments on commit f9933bb

Please sign in to comment.