appveyor: fixed dubious ownership in repository

This commit is contained in:
Frank Morgner
2023-09-27 01:35:40 +02:00
parent ecdba39a0d
commit e7f0d693a7

View File

@@ -6,6 +6,7 @@ os: Visual Studio 2019
install:
- set PATH=PATH=C:\Python36;C:\Python36\\Scripts;C:\\cygwin\\bin;%PATH%
- takeown /f . /r /d y
- date /T & time /T
- python --version