update configure and build tmux

pull/3908/head
Jia Hu 2024-03-17 23:46:21 -04:00
parent 4c3cf2b410
commit 1782fc306a
1 changed files with 2 additions and 1 deletions

View File

@ -16,13 +16,14 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install automake
sudo apt-get install -y libevent-dev ncurses-dev gcc make pkg-config byacc autoconf automake
# Prepare for build (for version control source)
- name: Run autogen.sh (for version control)
run: |
sh autogen.sh
# Configure and Build tmux
- name: Configure and Build tmux
run: |