diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 0196f0a..10a552f 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -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