Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 876e3bc

Browse files
committed
Set build location properly
1 parent 21601c1 commit 876e3bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ install:
3333
git submodule deinit script
3434
$destination = Join-Path $env:appveyor_build_folder 'lib\deps.zip'
3535
Invoke-WebRequest "https://ghfvs-installer.github.com/dependencies/deps.zip" -OutFile $destination
36+
Set-Location Join-Path $env:appveyor_build_folder 'lib'
3637
&'7z' x $destination
38+
Set-Location $env:appveyor_build_folder
3739
}
3840
3941
git submodule update

0 commit comments

Comments
 (0)