Skip to content

Commit a57f2f0

Browse files
committed
debug
1 parent 3e5ebe0 commit a57f2f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,9 @@ jobs:
6565
cp bb.exe "$(which bb)"
6666
- name: bb test
6767
run: |
68-
mkdir /tmp
69-
cp test-resources/id_ed25519_bbin_test_lib_private /tmp/id_ed25519_bbin_test_lib_private
7068
bb test
7169
env:
72-
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i /tmp/id_ed25519_bbin_test_lib_private
70+
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i D:\\a\\bbin\\bbin\\test-resources\\id_ed25519_bbin_test_lib_private
7371
GITLIBS_DEBUG: true
7472
- name: Upload debug log
7573
if: failure()

0 commit comments

Comments
 (0)