We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea3b6e commit d9d7fccCopy full SHA for d9d7fcc
.github/workflows/pytest.yml
@@ -40,6 +40,15 @@ jobs:
40
sudo ninja -C build install
41
sudo ldconfig -v
42
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
52
53
# Install click >= 8.0.0 for CLI supports
54
python -m pip install click==8.0.3
0 commit comments