Skip to content

Commit

Permalink
Last try!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanwer authored Dec 26, 2023
1 parent 961b777 commit 8a725dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_and_apply_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Apply patches
run: |
for patch in Geyser/patches/*.patch; do
for patch in patches/*.patch; do
git apply "$patch"
done
Expand Down

0 comments on commit 8a725dd

Please sign in to comment.