Skip to content

Commit dd6fb0d

Browse files
committed
fix(ci): install lftp on the initial setup
1 parent fa7e6d5 commit dd6fb0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-real-servers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- name: Install dependencies and CLI tool
2323
run: |
24+
sudo apt-get install -y lftp
2425
npm ci
2526
npm install -g .
2627

0 commit comments

Comments
 (0)