Update test_script.yml
This commit is contained in:
parent
fd722522db
commit
7cd693960e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test_script.yml
vendored
4
.github/workflows/test_script.yml
vendored
|
|
@ -32,11 +32,11 @@ jobs:
|
|||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/\
|
||||
Homebrew/install/HEAD/install.sh)"
|
||||
fi
|
||||
brew install tmux
|
||||
brew install tmux fd fzf
|
||||
|
||||
- name: Install tmux on Ubuntu
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: sudo apt-get install tmux
|
||||
run: sudo apt-get install tmux fd fzf
|
||||
|
||||
- name: Test aactivator.py
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue