commit | bd6428b9e79ed85b54ea7eaa11871fa09d63ab6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 22:34:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 22:34:36 2020 +0200 |
tree | 3a6c961f7ca609035f2d530754daaf2d386072cf | |
parent | 1b1e9df78b9ff98cc5ccff359bead37ce5c54d6b [diff] |
patch 8.2.1829: warnings when executing Github actions Problem: Warnings when executing Github actions. Solution: Use another method to set environment variables. (Ken Takata, closes #7107)
diff --git a/src/version.c b/src/version.c index abec6fb..388932f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1829, +/**/ 1828, /**/ 1827,