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