@eht16 commented on this pull request.


> @@ -2,7 +2,7 @@ name: Windows/MSYS2 Build
 on: [workflow_dispatch]
 
 jobs:
-  msys2-ucrt64:

The error message
```
configure.ac:37: error: '
' is already registered with AC_CONFIG_FILES.
```

could indicate that `autoconf` sees an unexpected line break and since we are 
talking about Windows, maybe this is some CRLF vs LF line ending issue.

This is just a wild guess.

You could try the snippet in 
https://github.com/actions/checkout/issues/135#issuecomment-602171132 to check 
if it helps.
If this is the issue, we might think about adding a `.gitattributes` file to 
solve this properly.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4223#discussion_r2147486491
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/4223/review/2929038...@github.com>

Reply via email to