Skip to content

Commit

Permalink
--ignore-whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Dec 2, 2024
1 parent 12a6ef8 commit e227623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-godot-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ jobs:
if: steps.cache-godot.outputs.cache-hit != 'true' && matrix.build.os == 'windows' && matrix.godot.artifact-name == '4.3'
run: |
#unix2dos repo/res/windows-thorvg-4.3.patch
dos2unix repo/res/windows-thorvg-4.3.patch
git apply --verbose repo/res/windows-thorvg-4.3.patch
#dos2unix repo/res/windows-thorvg-4.3.patch
git apply --verbose --ignore-whitespace repo/res/windows-thorvg-4.3.patch
- name: "[Windows] MSVC developer console"
if: steps.cache-godot.outputs.cache-hit != 'true' && matrix.build.os == 'windows'
Expand Down

0 comments on commit e227623

Please sign in to comment.