diff --git a/.github/workflows/debianold.yml b/.github/workflows/debianold.yml index 198ab9d7ea..78f5348794 100644 --- a/.github/workflows/debianold.yml +++ b/.github/workflows/debianold.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Install tools - run: apt-get update && apt-get install --yes patch unzip git gcc make curl pkg-config python3 + run: apt-get update && apt-get install --yes patch unzip git gcc make curl pkg-config python3 libc6-i386 - name: Checkout r2 run: | git clone https://github.com/${{ github.repository }}