Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 21, 2024
1 parent 582c2ea commit 9d20765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Run
run: |
$env:MSYS2_ROOT = msys2 -c 'cygpath -m /'
$env:PATH = "$env:PATH;$env:MSYS2_ROOT/ucrt64/bin"
$env:PATH = "$env:MSYS2_ROOT/ucrt64/bin;$env:PATH"
tox
ci_setuptools:
Expand Down

0 comments on commit 9d20765

Please sign in to comment.