update configure and build tmux

This commit is contained in:
Jia Hu 2024-03-17 23:45:24 -04:00
parent 0ec41ee73b
commit 4c3cf2b410
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
# Prepare for build (for version control source)
- name: Run autogen.sh (for version control)
run: |
sh autogen.sh || echo "Skipping autogen.sh for release tarball build"
sh autogen.sh
# Configure and Build tmux
- name: Configure and Build tmux