maybe now

This commit is contained in:
2024-03-10 01:02:19 -06:00
parent f1e9961bdd
commit bc478e4702

View File

@@ -20,7 +20,7 @@ jobs:
- name: setup-dependencies
run: |
apt update
apt install mingw-w64 gcc
apt install gcc-mingw-w64 gcc
- 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