Skip to content

Commit 7d0cebc

Browse files
committed
fixup
1 parent 76393ce commit 7d0cebc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ jobs:
409409
410410
- name: Rename qmake
411411
run: |
412-
dir C:\\a\\msys64\\mingw64\\bin
412+
cd C:\\a\\msys64\\mingw64\\bin\\
413+
ren qmake-qt5.exe qmake.exe
413414
414415
- name: Get Qt binding for Go
415416
shell: msys2 {0}
@@ -556,7 +557,8 @@ jobs:
556557
557558
- name: Rename qmake
558559
run: |
559-
dir C:\\a\\msys64\\clangarm64
560+
cd C:\\a\\msys64\\clangarm64\\bin\\
561+
ren qmake-qt5.exe qmake.exe
560562
561563
- name: Get Qt binding for Go
562564
shell: msys2 {0}

0 commit comments

Comments
 (0)