diff --git a/.github/workflows/magisk.yml b/.github/workflows/magisk.yml index ae7761b..a6d3646 100644 --- a/.github/workflows/magisk.yml +++ b/.github/workflows/magisk.yml @@ -531,6 +531,7 @@ jobs: } if (-not (Test-Administrator)) { + Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force \$proc = Start-Process -PassThru -WindowStyle Hidden -Verb RunAs powershell.exe -Args "-executionpolicy bypass -command Set-Location '\$PSScriptRoot'; &'\$PSCommandPath' EVAL" \$proc.WaitForExit() if (\$proc.ExitCode -ne 0) {