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
Showing only changes of commit 65406ce69c - Show all commits
+6
View File
@@ -8,7 +8,13 @@ on:
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
shell: sh
steps: steps:
- name: Install build tools
run: apk add --no-cache git gcc musl-dev
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0