Skip to content

Commit 6d53cf4

Browse files
author
Mark R. Tuttle
committed
Remove line breaks from the body of the text on the release page.
The yaml file regular-release.yaml generating the release page include the body of text for the release page. The definition of the body include line breaks to make the text fit within 80 characters in the yaml file, but the line breaks in the yaml file are treated as line breaks in the resulting markdown file, and the text does not flow well in a web browser. This page just removes the line breaks within a paragraph of text.
1 parent 4451960 commit 6d53cf4

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/regular-release.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
## MacOS
3939
4040
On MacOS, install CBMC using [Homebrew](https://brew.sh/) with
41+
4142
```sh
4243
brew install cbmc
4344
```
@@ -50,8 +51,7 @@ jobs:
5051
5152
## Ubuntu
5253
53-
On Ubuntu, install CBMC by downloading the *.deb package below for your version of Ubuntu
54-
and install with one of
54+
On Ubuntu, install CBMC by downloading the *.deb package below for your version of Ubuntu and install with one of
5555
5656
```sh
5757
# Ubuntu 18:
@@ -62,9 +62,7 @@ jobs:
6262
6363
## Windows
6464
65-
On Windows, install CBMC by downloading the `${{ env.CBMC_TAG }}-win64.msi` installer
66-
below, double-clicking on the installer to run it, and adding the folder
67-
`C:\Program Files\cbmc\bin` in your `PATH` environment variable.
65+
On Windows, install CBMC by downloading the `${{ env.CBMC_TAG }}-win64.msi` installer below, double-clicking on the installer to run it, and adding the folder `C:\Program Files\cbmc\bin` in your `PATH` environment variable.
6866
6967
For installation from the windows command prompt, run:
7068
@@ -73,11 +71,8 @@ jobs:
7371
PATH="c:\program files\cbmc\bin";%PATH%
7472
```
7573
76-
Note that we depend on the Visual C++ redistributables. You likely already have these,
77-
if not please download and run vcredist.x64.exe from Microsoft to install them prior
78-
to running cbmc, or make sure you have Visual Studio 2019 installed.
74+
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.
7975
80-
You can download either [Visual Studio 2019 Community Edition](https://visualstudio.microsoft.com/vs/community/)
81-
or the [Visual C++ Redistributables](https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads) from Microsoft for free.
76+
You can download either [Visual Studio 2019 Community Edition](https://visualstudio.microsoft.com/vs/community/) or the [Visual C++ Redistributables](https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads) from Microsoft for free.
8277
draft: false
8378
prerelease: false

0 commit comments

Comments
 (0)