From 246020729e34b651ebc5d08726925583922ba90d Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Tue, 8 Oct 2024 22:18:15 +0400 Subject: [PATCH] Update build-binaries.yml --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index c73c1e19e..392057f4f 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -91,7 +91,7 @@ jobs: # Install RPM build tools - name: Install RPM build tools - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'linux' run: sudo apt-get update && sudo apt-get install -y rpm # Create .spec file for RPM