mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Attempt to fix the ubuntu 32 bit vendored PCRE build
Use 'apt update' and see what happens
This commit is contained in:
parent
58d9fa3820
commit
c1cfefa057
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -39,6 +39,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install gettext lib32ncurses5-dev python3-pip g++-multilib
|
||||
sudo pip3 install pexpect
|
||||
- name: cmake
|
||||
|
|
Loading…
Reference in a new issue