Fix debug tests on Debian Jessie ##test (#17240)
This commit is contained in:
parent
cccaf55a6c
commit
4fa2cffb43
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debianold.yml
vendored
2
.github/workflows/debianold.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue