Skip to content

Commit

Permalink
CI: Add MSYS64 to path, in order to use a different echo
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 10, 2024
1 parent 793d55d commit ce7399e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
pip install pycodestyle unittest-xml-reporting
pip install .
- name: Adjust Windows PATH
if: startsWith(matrix.os, 'win')
shell: bash
run: |
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
dir C:\msys64\usr\bin
- name: Test
shell: bash
run: |
Expand Down

0 comments on commit ce7399e

Please sign in to comment.