We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2899f commit 457b0bcCopy full SHA for 457b0bc
.github/workflows/Build.yml
@@ -48,8 +48,12 @@ jobs:
48
- name: Compile Project
49
shell: cmd
50
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
+
56
:: Remove previous cmake build folder
-
57
rmdir /s /q build >nul 2>nul
58
:: Link MinGW to system variables
59
mkdir C:\Qt\Tools > nul
0 commit comments