Skip to content

Commit 0897300

Browse files
committed
Fix min libc message in distribution release notes
1 parent 1798536 commit 0897300

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)