We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9029e80 commit 68aa0f6Copy full SHA for 68aa0f6
.github/workflows/build.yaml
@@ -6,7 +6,7 @@ jobs:
6
container:
7
image: golang:alpine
8
steps:
9
- - run: apk add gcc
+ - run: apk add gcc musl-dev
10
- uses: actions/checkout@v2
11
- run: go get && go build
12
- run: go test
0 commit comments