1
0
mirror of https://github.com/simh/simh.git synced 2026-03-01 01:30:30 +00:00

APPVEYOR: Fix test for LFS cache contents on Windows setup

This commit is contained in:
Mark Pizzolato
2023-08-30 06:21:44 -10:00
parent 2f1ab2ec6b
commit a21a7f9620

View File

@@ -87,7 +87,7 @@ on_success:
popd
fi
- cmd: |
if NOT EXIST Development-Binaries pushd .. & git clone -q "https://github.com/simh/Development-Binaries" Development-Binaries & popd
if NOT EXIST ..\Development-Binaries pushd .. & git clone -q "https://github.com/simh/Development-Binaries" Development-Binaries & popd
pushd ..\Development-Binaries & git pull origin master & popd
- ps: |
cd ../Development-Binaries