File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8686 shell : bash
8787 run : |
8888 # Verify wolfProvider is properly installed
89- source $GITHUB_WORKSPACE/ scripts/verify-debian.sh
89+ source scripts/verify-debian.sh
9090
9191 echo "=== Running Git + replace default + ssh Test ==="
9292 echo "Using the local test script for consistent testing"
Original file line number Diff line number Diff line change 5151 with :
5252 fetch-depth : 1
5353
54+ - name : Install git and basic dependencies
55+ run : |
56+ apt-get update
57+ apt-get install -y git
58+
5459 # Avoid "detected dubious ownership" warning
5560 - name : Ensure the working directory safe
5661 run : |
8893 - name : Install test dependencies
8994 run : |
9095 apt-get update
91- apt-get install -y pkg-config build-essential autoconf automake libtool \
92- git
96+ apt-get install -y pkg-config build-essential autoconf automake libtool
9397
9498 - name : Run pam_pkcs11 tests
9599 shell : bash
You can’t perform that action at this time.
0 commit comments