Skip to content

Commit 6837ea5

Browse files
committed
CI: Add yacc
1 parent 4213b69 commit 6837ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libtmux-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build tmux ${{ matrix.tmux-version }}
2323
if: steps.tmux-build-cache.outputs.cache-hit != 'true'
2424
run: |
25-
sudo apt install libevent-dev libncurses5-dev libtinfo-dev libutempter-dev
25+
sudo apt install libevent-dev libncurses5-dev libtinfo-dev libutempter-dev bison
2626
mkdir ~/tmux-builds
2727
mkdir ~/tmux-src
2828
git clone https://github.com/tmux/tmux.git ~/tmux-src/tmux-${{ matrix.tmux-version }}

0 commit comments

Comments
 (0)