diff --git a/.github/workflows/build_centos.yml b/.github/workflows/build_centos.yml index 1392bfb1..9c7311d6 100644 --- a/.github/workflows/build_centos.yml +++ b/.github/workflows/build_centos.yml @@ -46,7 +46,7 @@ jobs: - name: clone the Yubico/yubihsm-shell repository run: | yum -y install git - git clone https://github.com/Yubico/yubihsm-shell.git + git clone https://github.com/Yubico/yubihsm-shell.git -b 2.6.0 --depth 1 - name: apply environment specific changes to CMakeLists.txt working-directory: yubihsm-shell