Skip to content

Commit

Permalink
Don't let expected diffs cause the build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 18, 2023
1 parent db745be commit e17465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
printf '::warning::Using patched cygport\n'
sed -i.bku 's/\$OSTYPE = "cygwin"/\$OSTYPE = "NoThanks"/' /usr/bin/cygport
diff -u /usr/bin/cygport /usr/bin/cygport.bku
diff -u /usr/bin/cygport /usr/bin/cygport.bku || :
rm /usr/bin/cygport.bku
- name: Generate cygcheck output
if: always()
Expand Down

0 comments on commit e17465a

Please sign in to comment.