Skip to content

Commit 4eee8d0

Browse files
committed
test code
1 parent 4d712da commit 4eee8d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/interop-mlkem.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
- name: Run connect test
9494
working-directory: ./wolfssh/
9595
run: |
96-
mkdir -p /var/empty
96+
whoami
97+
sudo mkdir -p /var/empty
9798
${{ env.build_dir }}/bin/ssh-keygen -f ~/.ssh/id_ed25519 -N "" -t ed25519
9899
cp ~/.ssh/id_ed25519.pub ~/.ssh/authorized_keys
99100
${{ env.build_dir }}/sbin/sshd -p 22222 -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -o KexAlgorithms=mlkem768x25519-sha256

0 commit comments

Comments
 (0)