Skip to content

Commit

Permalink
github: Install expect to cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Sep 18, 2021
1 parent 46d37ef commit 0d87018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Install expect
run: sudo apt-get install expect
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0d87018

Please sign in to comment.