Skip to content

Commit

Permalink
Make capitalization consistent on release page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark R. Tuttle committed Oct 9, 2020
1 parent 6d53cf4 commit aac9d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regular-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
```sh
msiexec /i ${{ env.CBMC_TAG }}-win64.msi
PATH="c:\program files\cbmc\bin";%PATH%
PATH="C:\Program Files\cbmc\bin";%PATH%
```
Note that we depend on the Visual C++ redistributables. You likely already have these, if not please download and run vcredist.x64.exe from Microsoft to install them prior to running cbmc, or make sure you have Visual Studio 2019 installed.
Expand Down

0 comments on commit aac9d61

Please sign in to comment.