Skip to content

Commit 6b8b45f

Browse files
committed
maint: pin clang-format version in CI
Signed-off-by: Yury V. Zaytsev <[email protected]>
1 parent e81ddc2 commit 6b8b45f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-fedora.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
SOURCE_DEPLOY_KEY:
77
required: true
88

9+
env:
10+
CLANG_FORMAT_VERSION: 20.1.0
11+
912
jobs:
1013
build-fedora:
1114
runs-on: ubuntu-latest
@@ -27,8 +30,10 @@ jobs:
2730
aspell-devel check-devel gpm-devel libX11-devel "pkgconfig(ext2fs)" "pkgconfig(glib-2.0)" "pkgconfig(gmodule-2.0)" "pkgconfig(libssh2)" "pkgconfig(slang)" \
2831
\
2932
glibc-gconv-extra util-linux `# For tests` \
33+
python3-pip \
3034
mandoc `# To render manual pages` \
3135
36+
pip install clang-format==${{ env.CLANG_FORMAT_VERSION }}
3237
3338
- uses: actions/checkout@v4
3439

0 commit comments

Comments
 (0)