mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-26 13:14:16 +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
|
seclabel u:r:magisk:s0
|
||||||
oneshot
|
oneshot
|
||||||
EOF
|
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
|
- name: Umount images
|
||||||
run: |
|
run: |
|
||||||
sudo umount system/vendor
|
sudo umount system/vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user