[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 a5e2a5ace9
commit 1793014ddf

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: |