Skip to content

Commit 65e4813

Browse files
committed
Use --with-compiledby configure flag for GitHub Actions CI
This makes `:version` output cleaner and that it's clear that CI built the published app.
1 parent 778c734 commit 65e4813

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)