mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 20:41:15 -03:00
Github: Force using vendored pcre2
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.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
CFLAGS: "-m32"
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
cmake -DFISH_USE_SYSTEM_PCRE2=OFF ..
|
||||
- name: make
|
||||
run: |
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user