Merge pull request #4309 from Cyan4973/check_manual

Check API manual and man pages before release
This commit is contained in:
Yann Collet
2025-02-24 15:17:11 -08:00
committed by GitHub
2 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: ensure zstd can be build with c89/c90 compilers (+ long long support + variadic macros)
- name: ensure zstd can be built with c89/c90 compilers (+ long long support + variadic macros)
run: |
make c89build V=1