Compare commits
2 Commits
be8256466d
...
f7539388f9
| Author | SHA1 | Date | |
|---|---|---|---|
| f7539388f9 | |||
| bc478e4702 |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: setup-dependencies
|
- name: setup-dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install mingw-w64 gcc
|
apt install gcc-mingw-w64 gcc
|
||||||
|
|
||||||
- name: build-linux
|
- name: build-linux
|
||||||
run: GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=gcc go build -v -ldflags="-s -w -X 'main.Version=${{github.ref_name}}'" -o bin/sw1ped-mod-switcher-${{github.ref_name}}-linux-amd64
|
run: GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=gcc go build -v -ldflags="-s -w -X 'main.Version=${{github.ref_name}}'" -o bin/sw1ped-mod-switcher-${{github.ref_name}}-linux-amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user