mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
github actions: Disable pexpect for ASAN for now
This fails basically every commit, just by blowing the time budget.
This commit is contained in:
parent
d855725965
commit
055e40467f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -94,7 +94,9 @@ jobs:
|
|||
- name: Install deps
|
||||
run: |
|
||||
sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux
|
||||
sudo pip3 install pexpect
|
||||
# Don't install pexpect here because this constantly blows the time budget.
|
||||
# Try again once the rust port is done and we're hopefully not as slow anymore.
|
||||
# sudo pip3 install pexpect
|
||||
- name: cmake
|
||||
env:
|
||||
CC: clang
|
||||
|
|
Loading…
Reference in a new issue