Skip to content

Commit

Permalink
fix: install Go for musl also
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 7, 2024
1 parent d5f51e0 commit b757c9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,11 @@ jobs:
cache-on-failure: true

- name: Install go
if: matrix.target != 'x86_64-unknown-linux-musl'
uses: actions/setup-go@v5
with:
go-version: "^1.22.1"

- name: Check go installation
if: matrix.target != 'x86_64-unknown-linux-musl'
run: |
go version
Expand Down

0 comments on commit b757c9f

Please sign in to comment.