Skip to content

Commit 9650c4d

Browse files
update appveyor.yml
1 parent c0e0bb1 commit 9650c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ environment:
4242

4343
# scripts that are called at very beginning, before repo cloning
4444
init:
45-
- powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force"
4645
- git config --global core.autocrlf false
4746

4847
install:
@@ -59,6 +58,7 @@ build: off
5958

6059
# to run your custom scripts instead of automatic MSBuild
6160
build_script:
61+
- cmd: powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force"
6262
- cmd: call "%INIT_BAT%" %VCVARARG%
6363
- cmd: set PATH=%QT_PATH%\bin;C:\tools\vcpkg\installed\x64-windows\tools;C:\tools\vcpkg\installed\x86-windows\tools;%PATH%
6464
- cmd: echo %PATH%

0 commit comments

Comments
 (0)