mirror of
https://github.com/tmux/tmux.git
synced 2024-11-13 23:58:51 +00:00
update configure and build tmux
This commit is contained in:
parent
debb35028d
commit
5e3b1fcd3d
7
.github/workflows/ic.yml
vendored
7
.github/workflows/ic.yml
vendored
@ -16,14 +16,15 @@ 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
|
||||
sudo apt-get install -y automake 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: |
|
||||
chmod +x autogen.sh
|
||||
sh autogen.sh
|
||||
./autogen.sh
|
||||
|
||||
|
||||
# Configure and Build tmux
|
||||
- name: Configure and Build tmux
|
||||
|
Loading…
Reference in New Issue
Block a user