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:
parent
47fc96b98f
commit
9ad2af18bd
3 changed files with 10 additions and 10 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue