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 46d0a4d commit 5c3a0c1Copy full SHA for 5c3a0c1
.github/workflows/pytest.yml
@@ -31,10 +31,10 @@ jobs:
31
# Install graphviz & ninja
32
sudo apt-get -y install graphviz ninja-build
33
34
- # Install Rizin
+ # Install Rizin (0.6.2)
35
sudo git clone https://github.com/rizinorg/rizin /opt/rizin/
36
cd /opt/rizin/
37
- sudo git checkout de8a5cac5532845643a52d1231b17a7b34feb50a
+ sudo git checkout v0.6.2
38
meson build
39
ninja -C build
40
sudo ninja -C build install
0 commit comments