mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
GApps placeholder
This commit is contained in:
parent
a3b765c70d
commit
7281ac4c77
1 changed files with 4 additions and 0 deletions
4
.github/workflows/magisk.yml
vendored
4
.github/workflows/magisk.yml
vendored
|
@ -198,6 +198,10 @@ jobs:
|
|||
seclabel u:r:magisk:s0
|
||||
oneshot
|
||||
EOF
|
||||
- name: Integrate GApps
|
||||
if: ${{ github.event.inputs.gapps_variant != 'none' && github.event.inputs.gapps_variant != '' }}
|
||||
run: |
|
||||
echo 'Not supported yet' && false
|
||||
- name: Umount images
|
||||
run: |
|
||||
sudo umount system/vendor
|
||||
|
|
Loading…
Add table
Reference in a new issue