Skip to content

Commit aac9d61

Browse files
author
Mark R. Tuttle
committed
Make capitalization consistent on release page.
1 parent 6d53cf4 commit aac9d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regular-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
```sh
7070
msiexec /i ${{ env.CBMC_TAG }}-win64.msi
71-
PATH="c:\program files\cbmc\bin";%PATH%
71+
PATH="C:\Program Files\cbmc\bin";%PATH%
7272
```
7373
7474
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.

0 commit comments

Comments
 (0)