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 fb4e9d5 commit 20df14fCopy full SHA for 20df14f
.github/workflows/pytest.yml
@@ -32,8 +32,9 @@ jobs:
32
sudo apt-get -y install graphviz ninja-build
33
34
# Install Rizin
35
- sudo git clone --branch v0.3.4 https://github.com/rizinorg/rizin /opt/rizin/
+ sudo git clone https://github.com/rizinorg/rizin /opt/rizin/
36
cd /opt/rizin/
37
+ sudo git checkout de8a5cac5532845643a52d1231b17a7b34feb50a
38
meson build
39
ninja -C build
40
sudo ninja -C build install
0 commit comments