Skip to content

Commit 5ea4586

Browse files
committed
ci(circleci): Fix add_gh_ssh_keys
1 parent 9a22e86 commit 5ea4586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
at: ~/async-i2c-bus
6161
- run:
6262
name: add_gh_ssh_keys
63-
command: ssh-keyscan github.com >> ~/.ssh/known_hosts
63+
command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
6464
- run:
6565
name: Release
6666
command: yarn release

0 commit comments

Comments
 (0)