Fix debug tests on Debian Jessie ##test (#17240)

This commit is contained in:
Zi Fan 2020-07-08 01:15:45 -07:00 committed by GitHub
parent cccaf55a6c
commit 4fa2cffb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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