From 2281ecea8189385c4680d78509986db4453b147d Mon Sep 17 00:00:00 2001 From: Mike Detwiler Date: Sat, 10 Dec 2022 17:15:13 +0000 Subject: [PATCH] Issue #131: Debug CI Signed-off-by: Mike Detwiler --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc41c29..677be99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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