update configure and build tmux

This commit is contained in:
Jia Hu 2024-03-17 23:47:30 -04:00
parent 1782fc306a
commit 273e7010e3
1 changed files with 1 additions and 1 deletions

View File

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