mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 03:05:40 +00:00
Fix debug tests on Debian Jessie ##test (#17240)
This commit is contained in:
parent
cccaf55a6c
commit
4fa2cffb43
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…
x
Reference in New Issue
Block a user