Compare commits

..

4 Commits

Author SHA1 Message Date
s1d3sw1ped
ff5cba66de Merge pull request 'develop' (#5) from develop into master
Some checks failed
Build and Artifact Vulture / build (push) Failing after 54s
Reviewed-on: #5
2024-03-10 07:02:52 +00:00
s1d3sw1ped
8b75f3d4a1 Merge branch 'master' into develop
Some checks failed
PR Validation / Build and Test Vulture (pull_request) Failing after 41s
Build and Artifact Vulture / build (push) Failing after 41s
2024-03-10 07:02:41 +00:00
f7539388f9 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 47s
2024-03-10 01:02:20 -06:00
bc478e4702 maybe now 2024-03-10 01:02:19 -06:00

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