From cce43beeae2724842ea72acd727ce10d52dca30f Mon Sep 17 00:00:00 2001 From: FlexBy420 <68403300+FlexBy420@users.noreply.github.com> Date: Fri, 7 Mar 2025 00:51:50 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Megamouse --- .github/workflows/qt-ts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qt-ts.yml b/.github/workflows/qt-ts.yml index 8220cfca0e..d8ab34f57c 100644 --- a/.github/workflows/qt-ts.yml +++ b/.github/workflows/qt-ts.yml @@ -18,12 +18,12 @@ jobs: with: fetch-depth: 0 - - name: Install Qt6 Tools + - name: Install Qt Tools run: | sudo apt-get update sudo apt-get install -y qt6-tools-dev qt6-l10n-tools - - name: Generate .ts file using lupdate (Qt6) + - name: Generate .ts file using lupdate (Qt) run: | mkdir -p translations cd rpcs3 # Change to the rpcs3 directory