Skip to content

Commit

Permalink
✅ 小修改
Browse files Browse the repository at this point in the history
  • Loading branch information
armv7a committed May 9, 2024
1 parent ceda2a1 commit 7526b3a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/BootIMGExtractAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
inputs:
boot:
description: '是否提取 boot 分区?'
description: 'boot'
required: false
default: false
type: boolean
init_boot:
description: '是否提取 init_boot 分区?'
description: 'init_boot'
required: false
default: false
type: boolean
Expand All @@ -27,11 +27,7 @@ jobs:

- name: 安装依赖
run: |
sudo apt-get update && sudo apt-get -y install python3 python3-pip
sudo pip3 install bsdiff4 enlighten protobuf==3.20 httpx
git clone --single-branch --depth=1 https://github.com/5ec1cff/payload-dumper ~/payload-dumper_temp
mv ~/payload-dumper_temp/payload_dumper ~/payload-dumper
rm -rf ~/payload-dumper_temp
sudo apt-get update && sudo apt-get -y install python3 python3-pip && sudo pip3 install bsdiff4 enlighten protobuf==3.20 httpx && git clone --single-branch --depth=1 https://github.com/5ec1cff/payload-dumper ~/payload-dumper_temp && mv ~/payload-dumper_temp/payload_dumper ~/payload-dumper && rm -rf ~/payload-dumper_temp
- name: 提取镜像
run: |
Expand Down

0 comments on commit 7526b3a

Please sign in to comment.