Skip to content

Commit 0a879c0

Browse files
Another experiment
1 parent 457b0bc commit 0a879c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
shell: cmd
5050
run: |
5151
:: Search for lrelease.exe and linguist.exe
52-
dir D:\*lrelease.exe /s /b
53-
dir D:\*linguist.exe /s /b
52+
dir C:\*lrelease.exe /s /b
53+
dir C:\*linguist.exe /s /b
5454
echo.
5555
5656
:: Remove previous cmake build folder

0 commit comments

Comments
 (0)