update configure and build tmux

This commit is contained in:
Jia Hu 2024-03-17 23:41:50 -04:00
parent 1eb315b43f
commit 0ec41ee73b

View File

@ -26,7 +26,8 @@ jobs:
# Configure and Build tmux # Configure and Build tmux
- name: Configure and Build tmux - name: Configure and Build tmux
run: | run: |
./configure && make ./configure --disable-utf8proc
make
# Optionally, include additional steps for testing or installation # Optionally, include additional steps for testing or installation
- name: Install tmux - name: Install tmux