From dd6a22a3acf74ab90f7f31805475f45d5dc616d3 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Sun, 29 Sep 2024 17:10:42 +0200 Subject: [PATCH] Skip installing release binaries --- .github/workflows/build_centos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_centos.yml b/.github/workflows/build_centos.yml index 37494b50..37f8dbda 100644 --- a/.github/workflows/build_centos.yml +++ b/.github/workflows/build_centos.yml @@ -129,10 +129,10 @@ jobs: rm -rf licenses rm -rf ../yubihsm-shell - - name: install binaries - working-directory: /github/home/rpmbuild/RPMS/x86_64 - run: | - yum install -y ./yubihsm-shell-*.rpm +# - name: install binaries +# working-directory: /github/home/rpmbuild/RPMS/x86_64 +# run: | +# yum install -y ./yubihsm-shell-*.rpm - name: check binaries for hardening run: |