Skip to content

Commit

Permalink
Add note about MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jul 19, 2024
1 parent 5fcd65f commit 40dcbd3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ See [action.yml](action.yml)
nvc --version # NVC binary added to path
```
Both Ubuntu and Windows runners are supported.
Both Ubuntu and Windows runners are supported. The MSYS2 shell on
Windows does not use the system `PATH` environment variable so you need
to add it manually:

```sh
export PATH=/c/Program\ Files/NVC/bin:$PATH
```

0 comments on commit 40dcbd3

Please # to comment.