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 a1dd036 commit 42d6c3aCopy full SHA for 42d6c3a
.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
@@ -39,6 +39,13 @@ jobs:
39
sudo ninja -C build install
40
sudo ldconfig -v
41
cd -
42
+
43
+ # Install radar2
44
+ sudo apt install -y musl-tools
45
+ sudo git clone https://github.com/radareorg/radare2 /opt/radare2/
46
+ cd /opt/radare2/
47
+ sudo sys/install.sh
48
+ cd -
49
50
# Install click >= 8.0.0 for CLI supports
51
python -m pip install click==8.0.3
0 commit comments