Skip to content

Commit d9d7fcc

Browse files
committed
Update pytest.yml
1 parent 0ea3b6e commit d9d7fcc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
sudo ninja -C build install
4141
sudo ldconfig -v
4242
cd -
43+
44+
# Install radar2
45+
sudo apt install -y musl-tools
46+
sudo git clone https://github.com/radareorg/radare2 /opt/radare2/
47+
cd /opt/radare2/
48+
cp -f dist/plugins-cfg/plugins.static.nogpl.cfg plugins.cfg
49+
NOLTO=1 sys/static.sh
50+
make -C binr/blob
51+
make -C binr/blob install
4352

4453
# Install click >= 8.0.0 for CLI supports
4554
python -m pip install click==8.0.3

0 commit comments

Comments
 (0)