We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f834d3e commit 656e8e0Copy full SHA for 656e8e0
1 file changed
.github/workflows/test-manual-wsl.yaml
@@ -103,6 +103,8 @@ jobs:
103
# Debug information
104
echo 'Current directory:' && pwd
105
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$//' {} \;
108
file src/common-utils/install.sh
109
# Run the test
110
echo 'Testing common-utils against base image...'
0 commit comments