From 6f1157831e6b71a47ed1436d6e56f67353bab286 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Mon, 2 Sep 2024 10:51:17 +0200 Subject: [PATCH] Refs #21535: User eProsima-CI action to install Qt Signed-off-by: JesusPoderoso --- .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 3917b128146..1c44e356965 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/'