[Bugfix]CI: disable line-ending conversion as it damages .FCStd files

This commit is contained in:
0penBrain
2022-10-06 14:36:59 +02:00
committed by Chris Hennes
parent 7a5616ad9b
commit 80651640f0

View File

@@ -221,6 +221,7 @@ jobs:
echo "" >> ${{ env.logdir }}checkReport.md
- name: Harmonize Line endings
if: false #disabled because it causes failure when applied on .FCStd files
id: harmonize-line-endings
shell: bash
run: |