mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Apply suggestions from code review
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
ebcb61b34b
commit
cce43beeae
1 changed files with 2 additions and 2 deletions
4
.github/workflows/qt-ts.yml
vendored
4
.github/workflows/qt-ts.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue