mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Fix vendor size
This commit is contained in:
parent
3d00cea9c5
commit
0f0bdac693
1 changed files with 1 additions and 1 deletions
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
|
@ -272,7 +272,7 @@ jobs:
|
|||
- name: Expand vendor
|
||||
run: |
|
||||
e2fsck -yf ${{ matrix.arch }}/vendor.img
|
||||
resize2fs ${{ matrix.arch }}/vendor.img 320M
|
||||
resize2fs ${{ matrix.arch }}/vendor.img 400M
|
||||
- name: Mount images
|
||||
run: |
|
||||
sudo mkdir system
|
||||
|
|
Loading…
Add table
Reference in a new issue