fix #95 for good - appveyor rlz builder broken

This commit is contained in:
Basile Burg 2021-10-11 12:10:15 +02:00
parent 21de229cb7
commit a6b239b044
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@ build_script:
cd ..
echo "building d-scanner..."
git clone https://github.com/dlang-community/d-scanner.git
git checkout v0.11.1
git clone https://github.com/dlang-community/d-scanner.git
cd d-scanner
git checkout v0.11.1
C:\ldc\bin\dub.exe build --build=release --compiler=ldc2.exe
cd ..