mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 19:31:15 -03:00
It seems an update to the ubuntu image github uses included pcre2, but only the 64-bit version. So since we now force a 32-bit fish but don't force the vendored pcre, it complains. Simply force the vendored pcre as well as I don't believe it's worth it to change the pcre2 detection in this case.