mirror of
https://github.com/Mas0nShi/typoraCracker.git
synced 2023-07-10 13:41:20 +08:00
fix bugs.
This commit is contained in:
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
@@ -85,9 +85,13 @@ jobs:
|
||||
architecture: 'x64'
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install innoextract radare2 zip -y
|
||||
sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install innoextract zip -y
|
||||
python3 -m pip install r2pipe loguru
|
||||
|
||||
- name: build radare2
|
||||
shell: bash
|
||||
run: |
|
||||
git clone https://github.com/radareorg/radare2
|
||||
radare2/sys/install.sh
|
||||
- name: patch version
|
||||
run: |
|
||||
python3 auto-analysis/patch.py
|
||||
|
||||
Reference in New Issue
Block a user