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 7a457f0 commit 8f41fa5Copy full SHA for 8f41fa5
.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 (0.6.2)
+ # Install Rizin (0.6.3)
35
sudo git clone https://github.com/rizinorg/rizin /opt/rizin/
36
cd /opt/rizin/
37
- sudo git checkout v0.6.2
+ sudo git checkout v0.6.3
38
meson build
39
ninja -C build
40
sudo ninja -C build install
0 commit comments