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 3fb5585 commit 2281ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

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

- name: Integration Test
Expand Down

0 comments on commit 2281ece

Please sign in to comment.