From e71ab890a67987e775f49017cc3c39434646a107 Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Thu, 28 Mar 2024 12:54:24 +0200 Subject: [PATCH] CI: fix accidentally broken centos-fedora workflow --- .github/workflows/centos-and-fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/centos-and-fedora.yml b/.github/workflows/centos-and-fedora.yml index f96243be6d..1a9c41d8a3 100644 --- a/.github/workflows/centos-and-fedora.yml +++ b/.github/workflows/centos-and-fedora.yml @@ -235,7 +235,7 @@ jobs: - name: Install rpm tools run: yum -y install rpm-build - - name: Checkout v3 + - name: Checkout v3 if: matrix.image.container == 'centos-7-amd64' uses: actions/checkout@v3 with: