We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4213b69 commit 6837ea5Copy full SHA for 6837ea5
.github/workflows/libtmux-ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build tmux ${{ matrix.tmux-version }}
23
if: steps.tmux-build-cache.outputs.cache-hit != 'true'
24
run: |
25
- sudo apt install libevent-dev libncurses5-dev libtinfo-dev libutempter-dev
+ sudo apt install libevent-dev libncurses5-dev libtinfo-dev libutempter-dev bison
26
mkdir ~/tmux-builds
27
mkdir ~/tmux-src
28
git clone https://github.com/tmux/tmux.git ~/tmux-src/tmux-${{ matrix.tmux-version }}
0 commit comments