Skip to content

Commit 5c3a0c1

Browse files
committed
Using Rizin v0.6.2 in pytest
1 parent 46d0a4d commit 5c3a0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
# Install graphviz & ninja
3232
sudo apt-get -y install graphviz ninja-build
3333
34-
# Install Rizin
34+
# Install Rizin (0.6.2)
3535
sudo git clone https://github.com/rizinorg/rizin /opt/rizin/
3636
cd /opt/rizin/
37-
sudo git checkout de8a5cac5532845643a52d1231b17a7b34feb50a
37+
sudo git checkout v0.6.2
3838
meson build
3939
ninja -C build
4040
sudo ninja -C build install

0 commit comments

Comments
 (0)