Skip to content

Commit

Permalink
fix: enable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Nov 25, 2024
1 parent cdb25a9 commit 6f930b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go-version: 1.23.2

- name: Build
run: GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build -o tipicord-${{ matrix.os }}-${{ matrix.arch }}
run: CGO_ENABLED=1 GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build -o tipicord-${{ matrix.os }}-${{ matrix.arch }}

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6f930b0

Please sign in to comment.