Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
# Install graphviz & ninja
sudo apt-get -y install graphviz ninja-build

# Install Rizin
sudo git clone --branch v0.3.4 https://github.com/rizinorg/rizin /opt/rizin/
# Install Rizin (0.6.3)
sudo git clone https://github.com/rizinorg/rizin /opt/rizin/
cd /opt/rizin/
sudo git checkout v0.6.3
meson build
ninja -C build
sudo ninja -C build install
Expand Down
Loading