Skip to content

Commit 1690479

Browse files
authored
ci: remove permission setting (#1319)
ci: remove permissions UAC
1 parent dbb3739 commit 1690479

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/build-appveyor.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ ECHO downloading/installing node
3535
powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
3636
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
3737

38-
powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
39-
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
40-
4138
ECHO available node.exe^:
4239
call where node
4340
ECHO available npm^:

0 commit comments

Comments
 (0)