mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-02 02:30:14 +00:00
Fixed a typo (#71)
This commit is contained in:
parent
1931a3e142
commit
2638c34288
1 changed files with 1 additions and 1 deletions
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
|
@ -153,7 +153,7 @@ jobs:
|
|||
sudo mount -o loop ${{ matrix.arch }}/product.img system/product
|
||||
sudo mount -o loop ${{ matrix.arch }}/system_ext.img system/system_ext
|
||||
- name: Integrate Magisk
|
||||
if: ${{ github.event.inputs.gapps_variant == 'magisk' || github.event.inputs.gapps_variant == '' }}
|
||||
if: ${{ github.event.inputs.root_sol == 'magisk' }}
|
||||
run: |
|
||||
sudo mkdir system/sbin
|
||||
sudo chcon --reference system/init.environ.rc system/sbin
|
||||
|
|
Loading…
Add table
Reference in a new issue