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 be6b2e8 commit 1ab7734Copy full SHA for 1ab7734
.github/workflows/pytest.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install pytest rzpipe meson==0.62.0 ninja coverage ciphey frida objection
+ python -m pip install pytest rzpipe meson==0.62.0 ninja coverage ciphey frida objection r2pipe==1.8.0
30
31
# Install graphviz & ninja
32
sudo apt-get -y install graphviz ninja-build
@@ -40,6 +40,13 @@ 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
+ sudo sys/install.sh
49
+ cd -
50
51
# Install click >= 8.0.0 for CLI supports
52
python -m pip install click==8.0.3
0 commit comments