From f5bca040d456ed13d8571c34651afb9444c2eea4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:41:40 +0200 Subject: [PATCH] Use eProsima-CI action to install Qt (#5186) (#5192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: JesusPoderoso (cherry picked from commit 70314ceb69fe42859cd43202064ef670423dc48f) Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com> --- .github/workflows/reusable-ubuntu-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 8c2dda97272..3457dc90b8e 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -590,7 +590,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/'