From 16904791c26c5f8af0f59b99c7074e443e189fd4 Mon Sep 17 00:00:00 2001 From: Kewde Date: Mon, 4 May 2020 09:55:26 +0000 Subject: [PATCH] ci: remove permission setting (#1319) ci: remove permissions UAC --- scripts/build-appveyor.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build-appveyor.bat b/scripts/build-appveyor.bat index d3befa449..942845d0a 100644 --- a/scripts/build-appveyor.bat +++ b/scripts/build-appveyor.bat @@ -35,9 +35,6 @@ ECHO downloading/installing node powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM IF %ERRORLEVEL% NEQ 0 GOTO ERROR -powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force -IF %ERRORLEVEL% NEQ 0 GOTO ERROR - ECHO available node.exe^: call where node ECHO available npm^: