mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Make suggested changes and remove unnecessary package
This commit is contained in:
parent
cce43beeae
commit
100454398c
1 changed files with 4 additions and 6 deletions
10
.github/workflows/qt-ts.yml
vendored
10
.github/workflows/qt-ts.yml
vendored
|
@ -15,18 +15,16 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Qt Tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y qt6-tools-dev qt6-l10n-tools
|
||||
sudo apt update
|
||||
sudo apt install -y qt6-l10n-tools
|
||||
|
||||
- name: Generate .ts file using lupdate (Qt)
|
||||
working-directory: rpcs3
|
||||
run: |
|
||||
mkdir -p translations
|
||||
cd rpcs3 # Change to the rpcs3 directory
|
||||
mkdir -p ../translations
|
||||
LUPDATE_PATH=$(find /usr -name lupdate -type f 2>/dev/null | head -n 1)
|
||||
if [ -z "$LUPDATE_PATH" ]; then
|
||||
echo "Error: lupdate not found!"
|
||||
|
|
Loading…
Add table
Reference in a new issue