Skip to content

Commit 8f41fa5

Browse files
committed
Upgrade the rizin to v0.6.3 in CI.
1 parent 7a457f0 commit 8f41fa5

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 (0.6.2)
34+
# Install Rizin (0.6.3)
3535
sudo git clone https://github.com/rizinorg/rizin /opt/rizin/
3636
cd /opt/rizin/
37-
sudo git checkout v0.6.2
37+
sudo git checkout v0.6.3
3838
meson build
3939
ninja -C build
4040
sudo ninja -C build install

0 commit comments

Comments
 (0)