Skip to content

Commit 404707e

Browse files
committed
set-location swapped for cd
1 parent 001e5aa commit 404707e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install:
5959
}
6060

6161
build_script:
62-
- set-location C:\projects\websocket-lite\build\
62+
- cd C:\projects\websocket-lite\build\
6363
- if %platform%==x86 set generator=Visual Studio 15 2017
6464
- if %platform%==x64 set generator=Visual Studio 15 2017 Win64
6565
- if %POSTFIXNAME%==MT set VCPKGFLAGS=-DVCPKG_TARGET_TRIPLET=%platform%-windows-static

0 commit comments

Comments
 (0)