Update manual.yml

This commit is contained in:
Mason Shi
2022-04-03 22:00:37 +08:00
committed by GitHub
parent 3e690f077d
commit 029a4a344f

View File

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