We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a22e86 commit 5ea4586Copy full SHA for 5ea4586
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
at: ~/async-i2c-bus
61
- run:
62
name: add_gh_ssh_keys
63
- command: ssh-keyscan github.com >> ~/.ssh/known_hosts
+ command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
64
65
name: Release
66
command: yarn release
0 commit comments