Skip to content

Commit eb3275e

Browse files
authored
Merge pull request #1149 from ychin/ci-set-compiled-by-flag
Use --with-compiledby configure flag for GitHub Actions CI
2 parents 778c734 + 65e4813 commit eb3275e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-macvim.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
--enable-cscope
113113
--enable-gui=macvim
114114
--with-macarchs=x86_64
115+
--with-compiledby="GitHub Actions"
115116
)
116117
if ${{ matrix.publish == true }}; then
117118
CONFOPT+=(

0 commit comments

Comments
 (0)