Skip to content

Commit bd7434b

Browse files
committed
ci: install git and libftdi1
1 parent 3c2d26e commit bd7434b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- run:
1818
name: Install system dependencies
19-
command: apk add --no-cache build-base linux-headers
19+
command: apk add --no-cache build-base linux-headers git libftdi1-dev
2020
- checkout
2121
- run:
2222
name: Install hex and rebar

0 commit comments

Comments
 (0)