Skip to content

Commit 42a4d71

Browse files
committed
fix: deps
1 parent 8eee31f commit 42a4d71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/integration-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
with:
2828
go-version: ${{ matrix.go }}
2929

30+
- name: Install dependencies
31+
run: |
32+
apt-get update
33+
apt-get install -y make build-essential
34+
3035
- name: Make
3136
run: make
3237

0 commit comments

Comments
 (0)