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

Commit 9e774b0

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

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: bash
45+
run: |
46+
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
47+
dir "C:\msys64\usr\bin"
48+
4249
- name: Test
4350
shell: bash
4451
run: |

0 commit comments

Comments
 (0)