Skip to content

Commit

Permalink
ci: remove permission setting (#1319)
Browse files Browse the repository at this point in the history
ci: remove permissions UAC
  • Loading branch information
kewde authored May 4, 2020
1 parent dbb3739 commit 1690479
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/build-appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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^:
Expand Down

0 comments on commit 1690479

Please sign in to comment.