We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3d3c6 commit e2ab5e8Copy full SHA for e2ab5e8
.github/workflows/tests.yml
@@ -65,6 +65,7 @@ jobs:
65
- name: Test with pytest
66
continue-on-error: ${{ matrix.tmux-version == 'master' }}
67
run: |
68
+ sudo apt install libevent-2.1-7
69
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
70
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
71
tmux -V
0 commit comments