mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
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…
x
Reference in New Issue
Block a user