Skip to content

Commit

Permalink
Add the missing --target flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed May 5, 2024
1 parent a5ccdfc commit a355290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: Check translation files
run: |
cmake -S "$GITHUB_WORKSPACE" -B "$RUNNER_TEMP"
cmake --build "$RUNNER_TEMP" {cli,gui,QtPokit}_lupdate
cmake --build "$RUNNER_TEMP" --target {cli,gui,QtPokit}_lupdate
[[ -z $(git status --porcelain | tee /dev/stderr) ]]

0 comments on commit a355290

Please sign in to comment.