Skip to content

Commit

Permalink
chore: add gcc multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Dec 15, 2024
1 parent 93b038c commit 5911dff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.21.3'
- name: GCC multilib
run: |
sudo apt-get install gcc-multilib g++-multilib
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 5911dff

Please sign in to comment.