Skip to content

Commit

Permalink
Add radare2 to CI first try
Browse files Browse the repository at this point in the history
  • Loading branch information
cvonelm committed Dec 11, 2024
1 parent a803053 commit a829d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
sudo apt-get update
sudo apt-get install binutils-dev libiberty-dev libsensors-dev libpfm4-dev libaudit-dev
sudo pip install git-archive-all
wget https://github.com/radareorg/radare2/releases/download/5.9.8/radare2-dev_5.9.8_amd64.deb
sudo dpkg -i radare2-dev_5.9.8_amd64.deb
- name: Cache OTF2
id: cache-otf2
uses: actions/cache@v2
Expand Down

0 comments on commit a829d1c

Please sign in to comment.