Skip to content

Commit cbc51b9

Browse files
committed
AppVeyor: start adding conda-forge build (fix prev 3)
1 parent 31d611a commit cbc51b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ install:
8888
echo "x64 fftw download complete"
8989
}
9090
91-
7z e C:\fftw-3.3.5.zip -o$($env:FFTW_ROOT)
91+
7z e C:\fftw-3.3.5.zip -o"${env:FFTW_ROOT}"
9292
cd $env:FFTW_ROOT
9393
9494
if ($env:Platform -eq "x86") {

0 commit comments

Comments
 (0)