Compare commits
2 Commits
3fcf6ad181
...
527e04972e
| Author | SHA1 | Date | |
|---|---|---|---|
| 527e04972e | |||
| 64abc18256 |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: setup-dependencies
|
- name: setup-dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y gcc-mingw-w64 gcc
|
apt-get install -y gcc-mingw-w64 gcc libgl1-mesa-dev xorg-dev
|
||||||
|
|
||||||
- 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