Skip to content

Commit

Permalink
ci: fix shiboken not finding ICU
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jan 14, 2025
1 parent 6ccabf1 commit ee81d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ RUN aqt install-qt linux desktop 6.6.0 gcc_64 --outputdir /opt/qt
RUN aqt install-qt linux desktop 5.15.2 gcc_64 --outputdir /opt/qt
ENV PATH=/opt/qt/5.15.2/gcc_64/bin/:/opt/qt/6.6.0/gcc_64/bin/:$PATH

# shiboken needs it for icu libs
ENV LD_LIBRARY_PATH=/opt/qt/6.6.0/gcc_64/lib/:$LD_LIBRARY_PATH

USER ubuntu
WORKDIR /home/ubuntu
Expand Down

0 comments on commit ee81d38

Please sign in to comment.