Update appveyor.yml

try to fix appveyor build problem
This commit is contained in:
Jan W. Krieger 2023-06-26 10:19:55 +02:00 committed by GitHub
parent cf43dc4a7e
commit 68f94e7381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ for:
- sh: echo QT_DIR=$QT_DIR - sh: echo QT_DIR=$QT_DIR
- sh: echo Qt5_DIR=$Qt5_DIR - sh: echo Qt5_DIR=$Qt5_DIR
- sh: echo PATH=$PATH - sh: echo PATH=$PATH
- sh: sudo apt-get update -y #- sh: sudo apt-get update -y
# Install OpenCV # Install OpenCV
- sh: | - sh: |
if [ "$USE_CMAKE" = true ]; then if [ "$USE_CMAKE" = true ]; then