Skip to content

Commit 44a3e0d

Browse files
committed
f
1 parent cbb4d07 commit 44a3e0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ jobs:
190190
aqt install-qt linux_arm64 desktop ${{ env.QT_VERSION }} --outputdir qt
191191
- name: Build
192192
env:
193-
LD_LIBRARY_PATH: /work/qt/${{ env.QT_VERSION }}/gcc_arm64/lib
194-
CMAKE_PREFIX_PATH: /work/qt/${{ env.QT_VERSION }}/gcc_arm64/lib/cmake
193+
LD_LIBRARY_PATH: ${{ github.workspace }}/qt/${{ env.QT_VERSION }}/gcc_arm64/lib
194+
CMAKE_PREFIX_PATH: ${{ github.workspace }}/qt/${{ env.QT_VERSION }}/gcc_arm64/lib/cmake
195195
PIP_EXTRA_INDEX_URL: https://download.qt.io/official_releases/QtForPython/
196196
run: uv build --verbose --wheel .
197197
- name: Fixup wheel

0 commit comments

Comments
 (0)