Skip to content

Commit

Permalink
Use eProsima-CI action to install Qt (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
(cherry picked from commit 1125496)
  • Loading branch information
JesusPoderoso authored and mergify[bot] committed Sep 6, 2024
1 parent db7b575 commit d04403a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# Do not setup python as it will internally modify the pythonLocation env variable
# and we want to use a fix version
- name: Install Qt
uses: jurplel/install-qt-action@v2.13.0
uses: eProsima/eProsima-CI/external/install_qt@v0
with:
version: '5.15.2'
dir: '${{ github.workspace }}/qt_installation/'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# Do not setup python as it will internally modify the pythonLocation env variable
# and we want to use a fix version
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: eProsima/eProsima-CI/external/install_qt@v0
with:
version: '5.15.2'
dir: '${{ github.workspace }}/qt_installation/'
Expand Down

0 comments on commit d04403a

Please sign in to comment.