Skip to content

Commit da34ceb

Browse files
Merge pull request diffblue#2283 from tautschnig/appveyor-fix
Unstall AppVeyor by checking for the correct file path
2 parents 4d70915 + 2a2907e commit da34ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
& 7z x minisat2_2.2.1.orig.tar.gz
4343
&7z x minisat2_2.2.1.orig.tar
4444
}
45-
if (!(Test-Path jml)) {
45+
if (!(Test-Path java-models-library-master\.gitignore)) {
4646
& appveyor downloadfile https://github.com/diffblue/java-models-library/archive/master.zip -FileName jml.zip
4747
& 7z x jml.zip
4848
}

0 commit comments

Comments
 (0)