mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
github: Use pexpect
This commit is contained in:
parent
de981aafb7
commit
298073f08c
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -15,7 +15,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt install expect gettext libncurses5-dev libpcre2-dev
|
||||
sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip
|
||||
sudo pip3 install pexpect
|
||||
- name: cmake
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
|
|
Loading…
Reference in New Issue
Block a user