mirror of
https://github.com/tmux/tmux.git
synced 2024-11-14 16:18:48 +00:00
update configure and build tmux
This commit is contained in:
parent
4c3cf2b410
commit
1782fc306a
3
.github/workflows/ic.yml
vendored
3
.github/workflows/ic.yml
vendored
@ -16,13 +16,14 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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 libevent-dev ncurses-dev gcc make pkg-config byacc autoconf automake
|
||||||
|
|
||||||
# Prepare for build (for version control source)
|
# Prepare for build (for version control source)
|
||||||
- name: Run autogen.sh (for version control)
|
- name: Run autogen.sh (for version control)
|
||||||
run: |
|
run: |
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
|
|
||||||
# Configure and Build tmux
|
# Configure and Build tmux
|
||||||
- name: Configure and Build tmux
|
- name: Configure and Build tmux
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user