Skip to content

Commit

Permalink
Refs #21535: Use eProsima-CI action to install Qt
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Sep 2, 2024
1 parent 9a0da74 commit 420c806
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/[email protected]
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 420c806

Please sign in to comment.