diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d627c6..53fa6b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,18 +125,18 @@ jobs: sudo apt install -y libusb-1.0-0 libpcsclite1 libusb-1.0-0 # download the yubihsm-shell package, it is all we need, and install all debs - wget https://developers.yubico.com/yubihsm-shell/Releases/yubihsm-shell-2.4.0-ubuntu2004-amd64.tar.gz - tar xf yubihsm-shell-2.4.0-ubuntu2004-amd64.tar.gz + wget https://developers.yubico.com/yubihsm-shell/Releases/yubihsm-shell-2.4.1-ubuntu2204-amd64.tar.gz + tar xf yubihsm-shell-2.4.1-ubuntu2204-amd64.tar.gz cd yubihsm-shell - sudo apt install -y ./libyubihsm-usb1_2.4.0_amd64.deb - sudo apt install -y ./libyubihsm-http1_2.4.0_amd64.deb - sudo apt install -y ./libyubihsm1_2.4.0_amd64.deb - sudo apt install -y ./libyubihsm-dev_2.4.0_amd64.deb - sudo apt install -y ./libykhsmauth1_2.4.0_amd64.deb - sudo apt install -y ./yubihsm-pkcs11_2.4.0_amd64.deb - sudo apt install -y ./yubihsm-auth_2.4.0_amd64.deb - sudo apt install -y ./yubihsm-shell_2.4.0_amd64.deb - sudo apt install -y ./yubihsm-wrap_2.4.0_amd64.deb + sudo apt-get install -y -f ./libyubihsm-usb1_2.4.1_amd64.deb + sudo apt-get install -y -f ./libyubihsm-http1_2.4.1_amd64.deb + sudo apt-get install -y -f ./libyubihsm1_2.4.1_amd64.deb + sudo apt-get install -y -f ./libyubihsm-dev_2.4.1_amd64.deb + sudo apt-get install -y -f ./libykhsmauth1_2.4.1_amd64.deb + sudo apt-get install -y -f ./yubihsm-pkcs11_2.4.1_amd64.deb + sudo apt-get install -y -f ./yubihsm-auth_2.4.1_amd64.deb + sudo apt-get install -y -f ./yubihsm-shell_2.4.1_amd64.deb + sudo apt-get install -y -f ./yubihsm-wrap_2.4.1_amd64.deb cd - name: Prepare HSM and PKCS11 configuration files