From 63d34986bb7db2d91c6facf14b4ae476fd4903c9 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Fri, 19 Nov 2021 23:52:11 +0800 Subject: [PATCH] Fix adb path --- .github/workflows/magisk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/magisk.yml b/.github/workflows/magisk.yml index 4dea50f..efef660 100644 --- a/.github/workflows/magisk.yml +++ b/.github/workflows/magisk.yml @@ -416,7 +416,7 @@ jobs: Write-Output "starting an App to force the creation of the rw sdcard" start-process "\$env:LOCALAPPDATA/Microsoft/WindowsApps/MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe/WsaClient.exe" -Args "/launch wsa://com.amazon.venezia" Write-Output "Waiting for the Android system to boot for the first time..." - adb kill-server + ./adb kill-server do{}until((./adb connect localhost:58526).Contains("connected")) do{ \$output=(./adb devices)