Skip to content

Commit 3529f36

Browse files
committed
update github action
1 parent 535d6cf commit 3529f36

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- run: |
17-
sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64 libxinerama-dev xorg-dev mingw-w64 libx11-dev mesa-common-dev libglu1-mesa-dev
17+
sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64 libxinerama-dev xorg-dev mingw-w64 libx11-dev mesa-common-dev libglu1-mesa-dev musl-tools x86_64-linux-musl-gcc
1818
1919
- uses: actions/checkout@v3
2020

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ builds:
1515
ldflags: -s -w -H=windowsgui
1616
- id: linux
1717
env:
18-
- CC=x86_64-w64-mingw32-gcc
19-
- CXX=x86_64-w64-mingw32-g++
18+
- CC=x86_64-linux-musl-gcc
2019
- CGO_ENABLED=1
2120
goos:
2221
- linux

0 commit comments

Comments
 (0)