Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
/ cr8 Public archive

Commit 4b94495

Browse files
committed
CI: Add MSYS64 to path, in order to use a different `echo
1 parent 793d55d commit 4b94495

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
pip install pycodestyle unittest-xml-reporting
4040
pip install .
4141
42+
- name: Adjust Windows PATH
43+
if: startsWith(matrix.os, 'win')
44+
shell: cmd
45+
run: |
46+
echo ::add-path::C:\msys64\usr\bin
47+
dir C:\msys64\usr\bin
48+
4249
- name: Test
4350
shell: bash
4451
run: |

0 commit comments

Comments
 (0)