Skip to content

Commit 26d4bf6

Browse files
authored
Merge pull request #1059 from input-output-hk/djo/874/fix_min_libc_version_in_release_description
Fix the glibc linux requirements block in distribution release note All text that were enclosed in back-ticks were discarded.
2 parents 1798536 + 0897300 commit 26d4bf6

File tree

1 file changed

+2
-3
lines changed
  • .github/workflows/actions/prepare-distribution

1 file changed

+2
-3
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ runs:
6363
run: |
6464
cat > ./release-notes-addon.txt << EOF
6565
## Linux Requirements
66-
The Linux binaries target `glibc`: to run them or install the `.deb` packages you must have `glibc`
67-
version `2.31+` installed.
68-
Compatible systems include, but are not limited to, `Ubuntu 20.04+` or `Debian 11+` (Bullseye)).
66+
The Linux binaries target \`glibc\`: to run them or install the \`.deb\` packages you must have \`glibc\` version \`2.31+\` installed.
67+
Compatible systems include, but are not limited to, \`Ubuntu 20.04+\` or \`Debian 11+\` (Bullseye)).
6968
EOF
7069
7170
- name: Create and sign sha256 checksum

0 commit comments

Comments
 (0)