-
-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Hey how do i also install .pc (pkg-config) files with this ? They dont seem to exist. I am using jurplel/install-qt-action@v4. I created an issue on their repo but i wasn't replied also i couldn't find an answer in the docs (sorry if i missed it)
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.QT_VERSION }}
modules: "qtmultimedia qtlocation qtpositioning qtserialport"In a runner :
Run ls "${QT_ROOT_DIR}/lib/pkgconfig" ls: /Users/runner/work/MyRepo/Qt/6.7.2/macos/lib/pkgconfig: No such file or directory
I also tried using the official installer
Successfully installed aqtinstall-3.3.0 beautifulsoup4-4.14.2 bs4-0.0.2 charset_normalizer-3.4.4 defusedxml-0.7.1 humanize-4.14.0 idna-3.11 patch-ng-1.19.0 requests-2.32.5 semantic-version-2.10.0 soupsieve-2.8 urllib3-2.5.0
/Users/runner/hostedtoolcache/Python/3.12.10/arm64/bin/python3 -m aqt version
INFO : aqtinstall(aqt) v3.3.0 on Python 3.12.10 [CPython Clang 13.0.0 (clang-1300.0.29.30)]
/Users/runner/hostedtoolcache/Python/3.12.10/arm64/bin/python3 -m aqt install-qt-official desktop clang_64 6.7.2 --outputdir /Users/runner/work/MyRepo/Qt --email *** --pw *** --modules qtmultimedia qtlocation qtpositioning qtserialport
INFO : aqtinstall(aqt) v3.3.0 on Python 3.12.10 [CPython Clang 13.0.0 (clang-1300.0.29.30)]
ERROR : Error installing official installer: 'mac-arm64'
INFO : Done
Error: Error: Failed to locate a Qt installation directory in /Users/runner/work/MyRepo/Qt Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels