From ca1bf262ceb40e3f7b1513ee9b9068f8a480b4ae Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Thu, 23 Jul 2020 13:53:05 +0300 Subject: [PATCH] Fix failing CI due to version mismatch --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4f5493..6c8e78a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: # With git<2.18 it downloads the code via API and does not clone it via git :facepalm: # To succeed the tests, we have to manually replace the VERSION macro - name: fix version number for old distros - run: 'sed -i "s/1.4.1-non-git/1.4.1-ci-oldgit-$GITHUB_SHA/" Makefile' + run: 'sed -i "s/-non-git/-ci-oldgit-$GITHUB_SHA/" Makefile' if: " (matrix.distro == 'ubuntu-bionic' || matrix.distro == 'ubuntu-xenial' || matrix.distro == 'debian-stretch')" - name: build