Skip to content

Commit 2deaa6f

Browse files
committed
Update pytest.yml
1 parent bd6fafd commit 2deaa6f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install pytest rzpipe meson==0.62.0 ninja coverage ciphey frida objection
29+
python -m pip install pytest rzpipe meson==0.62.0 ninja coverage ciphey frida objection r2pipe==1.8.0
3030
3131
# Install graphviz & ninja
3232
sudo apt-get -y install graphviz ninja-build
@@ -39,6 +39,14 @@ jobs:
3939
sudo ninja -C build install
4040
sudo ldconfig -v
4141
cd -
42+
43+
# Install Radare2 (5.8.8)
44+
sudo apt install -y musl-tools
45+
sudo git clone https://github.com/radareorg/radare2 /opt/radare2/
46+
cd /opt/radare2/
47+
sudo git checkout 5.8.8
48+
sudo sys/install.sh
49+
cd -
4250

4351
# Install click >= 8.0.0 for CLI supports
4452
python -m pip install click==8.0.3

0 commit comments

Comments
 (0)