Skip to content

Commit

Permalink
R2 5.7.6 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio authored Aug 14, 2022
1 parent d420d2d commit e396326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

env:
R2V: 5.6.8
R2V: 5.7.6

jobs:
linux:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
pip3 install meson ninja
- name: install r2
run: |
wget -q https://github.com/radareorg/radare2/releases/download/${R2V}/radare2-${R2V}.pkg
wget -q https://github.com/radareorg/radare2/releases/download/${R2V}/radare2-x64-${R2V}.pkg
sudo installer -pkg *.pkg -target /
- name: packaging
run: make -C p/dist/macos
Expand Down

0 comments on commit e396326

Please sign in to comment.