mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-04 11:40:49 +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
|
- name: Expand vendor
|
||||||
run: |
|
run: |
|
||||||
e2fsck -yf ${{ matrix.arch }}/vendor.img
|
e2fsck -yf ${{ matrix.arch }}/vendor.img
|
||||||
resize2fs ${{ matrix.arch }}/vendor.img 320M
|
resize2fs ${{ matrix.arch }}/vendor.img 400M
|
||||||
- name: Mount images
|
- name: Mount images
|
||||||
run: |
|
run: |
|
||||||
sudo mkdir system
|
sudo mkdir system
|
||||||
|
|
Loading…
Add table
Reference in a new issue