From 3fa45b8e398996064b2251c206c29800644224b7 Mon Sep 17 00:00:00 2001 From: Eric Schoeller Date: Mon, 23 Dec 2024 11:11:32 -0700 Subject: [PATCH] updated build procedure to reflect new libthruk version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 892ef81..3c28a44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,7 +140,7 @@ jobs: uses: UCBoulder/oit-sepe-rpmbuild@master with: spec_file: "thruk.spec" - additional_repos: '["epel-release", "/github/workspace/x86_64/libthruk-3.00-0.x86_64.rpm"]' + additional_repos: '["epel-release", "/github/workspace/x86_64/libthruk-3.20-0.x86_64.rpm"]' - name: Upload artifact uses: actions/upload-artifact@v4