mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
utf8proc.
This commit is contained in:
3
.github/workflows/regress.yml
vendored
3
.github/workflows/regress.yml
vendored
@@ -55,12 +55,13 @@ jobs:
|
|||||||
bison \
|
bison \
|
||||||
libevent \
|
libevent \
|
||||||
ncurses \
|
ncurses \
|
||||||
|
utf8proc \
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
./configure
|
./configure --enable-utf8proc
|
||||||
make -j"$(getconf _NPROCESSORS_ONLN)"
|
make -j"$(getconf _NPROCESSORS_ONLN)"
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
|
|||||||
Reference in New Issue
Block a user