Skip to content

Commit e396326

Browse files
authored
R2 5.7.6 (#276)
1 parent d420d2d commit e396326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010

1111
env:
12-
R2V: 5.6.8
12+
R2V: 5.7.6
1313

1414
jobs:
1515
linux:
@@ -58,7 +58,7 @@ jobs:
5858
pip3 install meson ninja
5959
- name: install r2
6060
run: |
61-
wget -q https://github.com/radareorg/radare2/releases/download/${R2V}/radare2-${R2V}.pkg
61+
wget -q https://github.com/radareorg/radare2/releases/download/${R2V}/radare2-x64-${R2V}.pkg
6262
sudo installer -pkg *.pkg -target /
6363
- name: packaging
6464
run: make -C p/dist/macos

0 commit comments

Comments
 (0)