Skip to content

Commit

Permalink
Try DOS short names
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent efea4ba commit 507a7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -29,8 +29,8 @@ jobs:
matrix:
os: [ windows-2019, windows-2022 ]
steps:
- run: dir /X 'C:\'
- run: dir 'C:\Program Files'
- run: dir /X 'C:\Program Files'
- run: dir 'C:\Program Files\OpenSSL'
- run: dir 'C:\Program Files\OpenSSL\include'
- run: dir 'C:\Program Files\OpenSSL\lib'
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -73,7 +73,7 @@ networkAccessDir="$OUTPUT_DIR/$QT_NAME/qtbase/src/network/access/"
}
[[ "${RUNNER_OS:-}" != Windows ]] || {
configure="configure.bat"
configOpenssl="-I 'C:\Program Files\OpenSSL\include' -L 'C:\Program Files\OpenSSL\lib'"
configOpenssl="-I 'C:\Progra~1\OpenSSL\include' -L 'C:\Progra~1\OpenSSL\lib'"
configPlatform='win32-msvc'
}
echo "Configuring Qt for $RUNNER_OS ($configPlatform)"
Expand Down

0 comments on commit 507a7ae

Please sign in to comment.