Skip to content

Commit

Permalink
Tweak some labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed May 5, 2024
1 parent 65dcc21 commit a5ccdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lupdate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Translations
name: Translations

on: [push, pull_request]

Expand All @@ -13,7 +13,7 @@ jobs:
sudo apt update
sudo apt upgrade
sudo apt install qtbase5-dev qtbase5-doc-dev qtconnectivity5-dev qtconnectivity5-doc-html qttools5-dev qttools5-dev-tools
- name: Build translation files
- name: Check translation files
run: |
cmake -S "$GITHUB_WORKSPACE" -B "$RUNNER_TEMP"
cmake --build "$RUNNER_TEMP" {cli,gui,QtPokit}_lupdate
Expand Down

0 comments on commit a5ccdfc

Please sign in to comment.