Skip to content

Commit 6673028

Browse files
committed
restore build-essentials
1 parent ee82269 commit 6673028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535

36-
- name: install certs
37-
run: apt-get update && apt-get install -y ca-certificates
36+
- name: install certs and build-essential (required by CGO)
37+
run: apt-get update && apt-get install -y ca-certificates build-essential
3838

3939
- name: Set up Go
4040
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)