1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

Added the gcc and musl-dev packages in the builder layer of the Dockerfile.

This commit is contained in:
Rehan Mahmood 2024-01-25 11:25:02 -05:00
parent 47fc96b98f
commit 9ad2af18bd
3 changed files with 10 additions and 10 deletions

View file

@ -10,8 +10,8 @@ jobs:
name: Go unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: go version