mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 11:35:00 +08: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
.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…
x
Reference in New Issue
Block a user