Skip to content

Commit d92e07d

Browse files
author
Test User
committed
Fix dubious owner
1 parent 9783871 commit d92e07d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/git-ssh-dr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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"

.github/workflows/pam-pkcs11.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
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: |
@@ -88,8 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)