Skip to content

Commit 457b0bc

Browse files
Try to find Qt's executables for translation
1 parent 4c2899f commit 457b0bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/Build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,12 @@ jobs:
4848
- name: Compile Project
4949
shell: cmd
5050
run: |
51+
:: Search for lrelease.exe and linguist.exe
52+
dir D:\*lrelease.exe /s /b
53+
dir D:\*linguist.exe /s /b
54+
echo.
55+
5156
:: Remove previous cmake build folder
52-
5357
rmdir /s /q build >nul 2>nul
5458
:: Link MinGW to system variables
5559
mkdir C:\Qt\Tools > nul

0 commit comments

Comments
 (0)