From 11254963298ae54aafaa5ebebe57167396e1e08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:58:01 +0200 Subject: [PATCH] Use eProsima-CI action to install Qt (#173) Signed-off-by: JesusPoderoso --- .github/workflows/reusable-ubuntu-ci.yml | 2 +- .github/workflows/reusable-windows-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 3fb4b56..3aab6a1 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -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/' diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index 4f3dcd1..bedfd73 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -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/'