mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-26 13:14:16 +01:00
Updated CI name & Magisk, ADB root solution check (#95)
This commit is contained in:
parent
9c85df7011
commit
16ecbee62c
3
.github/workflows/magisk.yml
vendored
3
.github/workflows/magisk.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Magisk
|
||||
name: Build WSA
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
@ -355,6 +355,7 @@ jobs:
|
||||
e2fsck -yf ${{ matrix.arch }}/system_ext.img
|
||||
resize2fs -M ${{ matrix.arch }}/system_ext.img
|
||||
- name: add ADB
|
||||
if: ${{ github.event.inputs.root_sol == 'magisk' || github.event.inputs.root_sol == '' }}
|
||||
run: |
|
||||
wget https://dl.google.com/android/repository/platform-tools-latest-windows.zip -Oadb.zip
|
||||
unzip adb.zip platform-tools/?db*
|
||||
|
Loading…
Reference in New Issue
Block a user