File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y \
4242echo " [*] Cloning pam_pkcs11..."
4343cd /opt
4444if [[ ! -d " pam_pkcs11" ]]; then
45- git clone https://github.com/OpenSC/pam_pkcs11.git
45+ git clone --branch= ${PAM_PKCS11_REF} https://github.com/OpenSC/pam_pkcs11.git
4646fi
4747cd pam_pkcs11
4848
Original file line number Diff line number Diff line change 6464 source $GITHUB_WORKSPACE/scripts/env-setup
6565
6666 # Run tests
67- if timeout 300 ${{ matrix.force_fail }} sudo bash -c $GITHUB_WORKSPACE/.github/scripts/pam-pkcs11-test.sh; then
67+ if timeout 300 sudo bash -c " ${{ matrix.force_fail }} PAM_PKCS11_REF=${{ matrix.pam_pkcs11_ref }} $GITHUB_WORKSPACE/.github/scripts/pam-pkcs11-test.sh" ; then
6868 TEST_RESULT=0
6969 else
7070 TEST_RESULT=1
You can’t perform that action at this time.
0 commit comments