Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Jan 10, 2025
1 parent ce2740e commit de9bdc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ jobs:
run: |
aggregated_patch="aggregated_jit_stencils.patch"
touch $aggregated_patch
for file in artifacts/*/*.patch; do
for file in artifacts/*; do
echo "Applying $file"
patch -p2 < $file || echo "Failed to apply $file"
patch -p1 < $file || echo "Failed to apply $file"
done
git diff > $aggregated_patch
Expand Down

0 comments on commit de9bdc3

Please sign in to comment.