From c0cd1b02892a64c097e83f39872f22cdf481c061 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:48:14 +0200 Subject: [PATCH] Use eProsima-CI action to install Qt (#5186) Signed-off-by: JesusPoderoso (cherry picked from commit 70314ceb69fe42859cd43202064ef670423dc48f) --- .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/'