From 9c6d3268d5c55d79953125dd9801db6b3bdced5a Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Sun, 25 Apr 2021 09:00:43 +0900 Subject: [PATCH] Revert "ci: use default vim" This reverts commit 2a02ea88bdf8524170be5cfef8e99a7d6f1796f7. --- .github/workflows/generate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index f84d7270..7a0519cc 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -19,6 +19,11 @@ jobs: with: path: target ref: gh-pages + - name: Setup Vim + uses: thinca/action-setup-vim@v1 + with: + vim_version: 'v8.2.0020' + vim_type: 'Vim' - name: Generate new document run: | cd work