Update manual.yml

This commit is contained in:
Mason Shi
2022-04-03 21:58:21 +08:00
committed by GitHub
parent fc578afd40
commit 5c518c7ab8

View File

@@ -93,7 +93,7 @@ jobs:
shell: bash
run: |
git clone https://github.com/radareorg/radare2
sudo radare2/sys/install.sh
sudo sh radare2/sys/install.sh
git clone https://github.com/dscharrer/innoextract
cd innoextract && mkdir -p build && cd build && cmake .. && make && make install