mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-22 19:29:18 +01:00
GApps placeholder
This commit is contained in:
parent
a3b765c70d
commit
7281ac4c77
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…
Reference in New Issue
Block a user