fix(ci): install git and gcc for GoReleaser #39

Merged
lerko merged 1 commits from fix/release-pipeline into main 2026-05-29 20:13:01 +00:00
+6
View File
@@ -8,7 +8,13 @@ on:
jobs:
release:
runs-on: ubuntu-latest
defaults:
run:
shell: sh
steps:
- name: Install build tools
run: apk add --no-cache git gcc musl-dev
- uses: actions/checkout@v4
with:
fetch-depth: 0