Skip to content

Commit 672b619

Browse files
committed
ci(tests): Add libevent for pytest
tmux: error while loading shared libraries: libevent-2.1.so.7: cannot open shared object file: No such file or directory
1 parent 6ca1b1d commit 672b619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: Test with pytest
7171
continue-on-error: ${{ matrix.tmux-version == 'master' }}
7272
run: |
73+
sudo apt install libevent-2.1-7
7374
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
7475
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
7576
tmux -V

0 commit comments

Comments
 (0)