Skip to content

Commit e72dada

Browse files
committed
CI: fix vim-ide build
1 parent c860ae5 commit e72dada

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
echo "DOCKER_HOST_UID=$(id -u)" >> "$GITHUB_ENV"
2828
echo "DOCKER_HOST_GID=$(id -g)" >> "$GITHUB_ENV"
2929
30+
- name: Prepare Vim config files for image build
31+
run: |
32+
cp .vimrc.dist .vimrc
33+
cp .coc-settings.json.dist .coc-settings.json
34+
3035
- name: Set up Buildx
3136
uses: docker/setup-buildx-action@v3
3237

0 commit comments

Comments
 (0)