From 189f115d13370a739810bd149574209644be35bd Mon Sep 17 00:00:00 2001 From: gitlost Date: Thu, 20 Jul 2023 10:50:59 +0100 Subject: [PATCH] github: try just installing 32-bit library --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c28706..53c345e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,8 +85,8 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install multilibs - run: sudo apt install gcc-multilib g++-multilib + - name: Install 32-bit lib + run: sudo apt install libgcc-s1:i386 - name: Create Build Environment run: cmake -E make_directory ${{runner.workspace}}/build