From c1cfefa057f39030c916db5b88a68b3dfad42647 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 19 Dec 2020 17:24:11 -0800 Subject: [PATCH] Attempt to fix the ubuntu 32 bit vendored PCRE build Use 'apt update' and see what happens --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 850afa3e0..c6e6f4b96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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