Hi,
My script/cibuild workflows keep having error.
Interestingly, my repo and local bash show a different error.
Below is the part of Git Bash saying I cannot open ‘libcurl’
‘C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/ffi-1.14.2-x64-mingw32/lib/ffi/library.rb:145:in `block in ffi_lib’: Could not open library ‘libcurl’: ▒▒▒▒▒▒ ▒▒▒▒▒ ã▒▒ ▒▒ ▒▒▒▒▒ϴ▒.\r (LoadError).
Could not open library ‘libcurl.dll’: ▒▒▒▒▒▒ ▒▒▒▒▒ ã▒▒ ▒▒ ▒▒▒▒▒ϴ▒.\r.
Could not open library ‘libcurl.so.4’: ▒▒▒▒▒▒ ▒▒▒▒▒ ã▒▒ ▒▒ ▒▒▒▒▒ϴ▒.\r.
Could not open library ‘libcurl.so.4.dll’: ▒▒▒▒▒▒ ▒▒▒▒▒ ã▒▒ ▒▒ ▒▒▒▒▒ϴ▒.\r’
I tried gem install curb
but only got another error
current directory: C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/curb-0.9.11/ext C:/Ruby27-x64/bin/ruby.exe -I C:/Ruby27-x64/lib/ruby/2.7.0 -r ./siteconf20201231-55420-1mlunr8.rb extconf.rb checking for curl-config... no checking for -lcurl... no *** extconf.rb failed ***
I already have curl.exe and path it in windows PATH, but didn’t make change.
Below is my repo saying other errors
Could someone teach me why this is happening? And how should I resolve these errors?
Seems like libcurl error is unusual for windows but I am here.
In case, my repo is [https://github.com/Jwmc999/Jwmc999.github.io]
Thanks