Skip to content

Commit a542e5f

Browse files
committed
Install dependencies on CI
1 parent 13c30fc commit a542e5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
go version
9797
go env
9898
99+
- name: Install build dependencies
100+
run: sudo apt-get update && sudo apt-get install -y libncurses-dev libtinfo-dev
101+
99102
- name: Download dependencies
100103
run: go mod download
101104

0 commit comments

Comments
 (0)