We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5ebe0 commit a57f2f0Copy full SHA for a57f2f0
.github/workflows/ci.yml
@@ -65,11 +65,9 @@ jobs:
65
cp bb.exe "$(which bb)"
66
- name: bb test
67
run: |
68
- mkdir /tmp
69
- cp test-resources/id_ed25519_bbin_test_lib_private /tmp/id_ed25519_bbin_test_lib_private
70
bb test
71
env:
72
- GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i /tmp/id_ed25519_bbin_test_lib_private
+ GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i D:\\a\\bbin\\bbin\\test-resources\\id_ed25519_bbin_test_lib_private
73
GITLIBS_DEBUG: true
74
- name: Upload debug log
75
if: failure()
0 commit comments