Skip to content

Commit dda7c9b

Browse files
Actions macOS: replace QLibraryInfo.location with QLibraryInfo.path
1 parent 998db06 commit dda7c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
python3 -c "from PySide6 import __version__; print(__version__)"
114114
python3 -c "from PySide6.QtCore import __version__; print(__version__)"
115-
python3 -c "from PySide6.QtCore import QLibraryInfo; print(QLibraryInfo.location(QLibraryInfo.LibrariesPath))"
115+
python3 -c "from PySide6.QtCore import QLibraryInfo; print(QLibraryInfo.path(QLibraryInfo.LibrariesPath))"
116116
python3 -c "import ssl; print(ssl)"
117117
python3 -c "from py2app.recipes import pyside6"
118118
python3 -c 'from distutils.sysconfig import get_config_var; print(get_config_var("LDLIBRARY"))'

0 commit comments

Comments
 (0)