Skip to content

Commit

Permalink
install latest version of OpenSSH
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheraa committed Sep 30, 2021
1 parent 6d3e6fd commit 753cab8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ jobs:
- run: node --version
- run: yarn --version
- run: yarn package
- run:
name: Install latest version of OpenSSH
command: |
choco install openssh
echo 'export PATH=$(echo $PATH | sed '"'"'s/\\/c\\/Windows\\/System32\\/OpenSSH/\\/c\\/Program\\ Files\\/OpenSSH-Win64\\/ssh/g'"'"')' >> $BASH_ENV
cat $BASH_ENV
source $BASH_ENV
- run:
name: add server to known hosts
command: |
Expand Down

0 comments on commit 753cab8

Please sign in to comment.