Skip to content

Commit 656e8e0

Browse files
committed
Fixing CRLF issue
1 parent f834d3e commit 656e8e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-manual-wsl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
# Debug information
104104
echo 'Current directory:' && pwd
105105
echo 'Feature structure:' && ls -la src/common-utils/ || echo 'common-utils not found'
106+
echo 'Fixing CRLF line endings...'
107+
find src/ -name '*.sh' -exec sed -i 's/\r$//' {} \;
106108
file src/common-utils/install.sh
107109
# Run the test
108110
echo 'Testing common-utils against base image...'

0 commit comments

Comments
 (0)