Attempt to fix the ubuntu 32 bit vendored PCRE build

Use 'apt update' and see what happens
This commit is contained in:
ridiculousfish 2020-12-19 17:24:11 -08:00
parent 58d9fa3820
commit c1cfefa057

View file

@ -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