commit | 9aff970204234193045cfee205d51e2393e93bfd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 13:37:28 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 13:37:28 2020 +0100 |
tree | 1d5b14ac28c62e641ce6b473cde6c5282ce1faaa | |
parent | 8c9d98a8af5351a3ac98cf11dede9f0268461511 [diff] [blame] |
patch 8.2.2175: github actions: clang-11 handling suboptimal Problem: Github actions: clang-11 handling suboptimal. Solution: Separate step of installing clang-11. Get ubuntu release name dynamically. (Ozaki Kiichi, closes #7514)
diff --git a/src/version.c b/src/version.c index 395db11..e9c65bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2175, +/**/ 2174, /**/ 2173,