Compare commits

...

2 Commits

Author SHA1 Message Date
b6f08243db Merge branch 'develop' of ssh://git.s1d3sw1ped.com:2222/s1d3sw1ped/SwipedModSwitcher into develop
Some checks failed
Build and Artifact Vulture / build (push) Has been cancelled
PR Validation / Build and Test Vulture (pull_request) Failing after 40s
2024-03-10 01:04:35 -06:00
8eb82dd204 getting somewhere 2024-03-10 01:04:33 -06:00

View File

@@ -19,8 +19,8 @@ jobs:
go-version-file: 'go.mod'
- name: setup-dependencies
run: |
apt update
apt install gcc-mingw-w64 gcc
apt-get update
apt-get install -y 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