File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- 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 && sudo add-apt-repository ppa:xapt/stable && apt-get install musl-tools x86_64-linux-musl-gcc
17
+ sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64 libxinerama-dev xorg-dev
18
18
19
19
- uses : actions/checkout@v3
20
20
Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ builds:
13
13
goarch :
14
14
- amd64
15
15
ldflags : -s -w -H=windowsgui
16
- - id : linux
17
- env :
18
- - CC=x86_64-linux-musl-gcc
19
- - CGO_ENABLED=1
20
- goos :
21
- - linux
22
- goarch :
23
- - amd64
24
- ldflags : -s -w -H=windowsgui
16
+ # - id: linux
17
+ # env:
18
+ # - CGO_ENABLED=1
19
+ # goos:
20
+ # - linux
21
+ # goarch:
22
+ # - amd64
23
+ # ldflags: -s -w -H=windowsgui
25
24
# mac交叉编译复杂
26
25
# - id: darwin
27
26
# env:
You can’t perform that action at this time.
0 commit comments