From 988f2868ddb5dbc69eeb3cb6db609493ffe885af Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Tue, 10 Sep 2024 10:33:17 +0200 Subject: [PATCH] Githubactions: Add workflow to build binaries for Centos --- .github/workflows/build_centos.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_centos.yml b/.github/workflows/build_centos.yml index b1fafd4b..d674b1b5 100644 --- a/.github/workflows/build_centos.yml +++ b/.github/workflows/build_centos.yml @@ -1,4 +1,4 @@ -name: Release binaries +name: CentOS binaries # This machine tests building the software on a both 32 and 64 Windows architecture. on: [push] @@ -21,9 +21,10 @@ jobs: steps: - name: clone the Yubico/yubihsm-shell repository - uses: actions/checkout@v3 - with: - path: yubihsm-shell + run: | + git clone https://github.com/Yubico/yubihsm-shell.git + pwd + ls yubihsm-shell - name: apply environment specific changes to CMakeLists.txt working-directory: yubihsm-shell