Skip to content

Commit

Permalink
Issue #131: Debug CI
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Detwiler <mike@detwiler.io>
  • Loading branch information
detwiler committed Dec 10, 2022
1 parent f1ff304 commit 415b836
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
git clone $GNULIB_URL $GNULIB_REFDIR
fi
# bootstrap initializes submodules
# bootstrap initializes submodules, so we need safe.directory
# see: https://github.com/actions/checkout/issues/915
- name: Bootstrap
run: |
Expand All @@ -93,8 +93,10 @@ jobs:
- name: Distribution Test
run: make distcheck

# FIXME: figure out why vim-plug PlugInstall is failing on CentOS 7
- name: Install
run: make install
if: !endsWith(matrix.image, 'centos7')

- name: Integration Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion data/vim/init.vim.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set runtimepath^=@vimdir@
set runtimepath+=@vimdir@/after
if has('viminfofile')
if exists('&viminfofile')
set viminfofile=@vimdir@/viminfo
endif
set directory^=@vimdir@/swap//
Expand Down

0 comments on commit 415b836

Please sign in to comment.