From 1782fc306abe93caccfca50c1aa0a58ff278f98a Mon Sep 17 00:00:00 2001 From: Jia Hu Date: Sun, 17 Mar 2024 23:46:21 -0400 Subject: [PATCH] update configure and build tmux --- .github/workflows/ic.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ic.yml b/.github/workflows/ic.yml index b6868a05..6be74153 100644 --- a/.github/workflows/ic.yml +++ b/.github/workflows/ic.yml @@ -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: |