Skip to content

Commit ef56f3c

Browse files
authored
Update main.yml
1 parent 8478e07 commit ef56f3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v3
1515

16+
- name: Install expect
17+
run: |
18+
sudo apt-get update
19+
sudo apt-get install -y expect
20+
1621
- name: Set up SSH with passphrase
1722
env:
1823
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)