Skip to content

Commit

Permalink
use git apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Redecorating authored Dec 3, 2023
1 parent 31a42e3 commit 2db70c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
for patch in ../*.patch; do
echo "Applying patch $patch..."
patch -Np1 < $patch
git apply $patch
done
- name: Print reject hunks
run: |
Expand Down

0 comments on commit 2db70c0

Please sign in to comment.